Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.01 KB

DOC.md

File metadata and controls

18 lines (15 loc) · 1.01 KB

GitHub

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 workflow
  • scripts includes scripts used during the github workflow execution
  • linters stores individual linters configuration files for super linter NOTE All configuration files are hidden files .<filename>, us ls -a or ls -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.