I forked a repository to my GH page, cloned and changed directory into it, started a venv inside with python3.9 -m venv .env
.
I want to use act to run github actions' CI workflows every time locally before pushing commits to a PR. Installed this version of act
using pikaur. However, when trying to list available act commands like act -l
(or any other command) from project root dir, it gives out the error FATA[0000] Error loading from ~/Development/cvat/.env: read ~/Development/cvat/.env: is a directory
. The workflows are all there. It's said that act
should work out of the box if the workflow .yaml
s exist. I understand the env
file is required too and should be explicitly created? Renaming the .env
directory will clearly break everything within, so it's not an option. What can I do at this point?
Using Arch Linux, Python 3.9 and act 0.2.31-1.