File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77* .swp
88* .swo
99* ~
10+
11+ /tasks
Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ that projects compose into their own workflows.
55
66---
77
8+ ## Snippets
9+
10+ | Tool | Category | File |
11+ | ------| ----------| ------|
12+ | ESLint | linters | [ CI/linters/eslint.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/eslint.yml ) |
13+ | Hadolint | linters | [ CI/linters/hadolint.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/hadolint.yml ) |
14+ | HTMLHint | linters | [ CI/linters/htmlhint.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/htmlhint.yml ) |
15+ | markdownlint | linters | [ CI/linters/markdownlint.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/markdownlint.yml ) |
16+ | mermaid-cli | linters | [ CI/linters/mermaid.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/mermaid.yml ) |
17+ | ShellCheck | linters | [ CI/linters/shellcheck.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/shellcheck.yml ) |
18+ | Stylelint | linters | [ CI/linters/stylelint.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/stylelint.yml ) |
19+ | yamllint | linters | [ CI/linters/yamllint.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/yamllint.yml ) |
20+ | PHPStan | static_analysis | [ CI/static_analysis/phpstan.yml] ( https://github.com/prog-time/workflows/blob/main/CI/static_analysis/phpstan.yml ) |
21+ | mermaid-cli | build | [ CI/build/mermaid.yml] ( https://github.com/prog-time/workflows/blob/main/CI/build/mermaid.yml ) |
22+ | BATS | tests | [ CI/tests/bats.yml] ( https://github.com/prog-time/workflows/blob/main/CI/tests/bats.yml ) |
23+ | Laravel | tests | [ CI/tests/laravel_tests.yml] ( https://github.com/prog-time/workflows/blob/main/CI/tests/laravel_tests.yml ) |
24+
25+ ---
26+
827## How it works
928
1029The project uses a three-layer architecture:
You can’t perform that action at this time.
0 commit comments