Where should a repository's GitHub Actions CI workflow file be placed?
Directly inside the internal .git/ directory.
.git/
Under .github/workflows/, with a YAML filename such as ci.yml.
.github/workflows/
ci.yml
Inside node_modules/actions/.
node_modules/actions/
In the runner's /etc/github/ directory.
/etc/github/