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 .
randomfpl
Create a dummy team-of-day.md
mkdir _includes
echo "#This is where the team of the day will be!" > _includes/team-of-the-day.md
build website with bundle
bundle exec jekyll serve --port 4001
Using act
Make sure Docker is running then simply
act
If you want to run it on one of the actions simply
act -W .github/workflows/action.yml