This file is not named README.md, because github would pick .github/README.md
over README.md
at the root of the repo. See docs.
GitHub actions workflow configuration files, scripts, and related contents.
workflows
defines workflowscripts
includes scripts used during the github workflow executionlinters
stores individual linters configuration files for super linter NOTE All configuration files are hidden files.<filename>
, usls -a
orls -A
to list.super_linter.env
has the environment variables that enable/disable individual linters of super-linters. The file could be placed elsewhere, but the current path is a canonical location shared between local environment and GitHub action: official doc.