A quick script to generate a pseudo-random Fantasy Premier League team. Check the team of the day here
python -m venv .venv && source .venv/bin/activate
pip install .randomfplCreate a dummy team-of-day.md
mkdir _includes
echo "#This is where the team of the day will be!" > _includes/team-of-the-day.mdbuild website with bundle
bundle exec jekyll serve --port 4001Using act
Make sure Docker is running then simply
actIf you want to run it on one of the actions simply
act -W .github/workflows/action.yml