From 7e28ff2de46b4ec6ff306bfc8a26db250af7796e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=9B=D1=8F=D1=89=D1=83=D0=BA?= <40496434+prog-time@users.noreply.github.com> Date: Tue, 3 Mar 2026 22:35:08 +0300 Subject: [PATCH] fixed README.md --- .gitignore | 2 ++ README.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index b42c3e0..1aef5d8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ *.swp *.swo *~ + +/tasks diff --git a/README.md b/README.md index e2e6f89..94e643c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,25 @@ that projects compose into their own workflows. --- +## Snippets + +| Tool | Category | File | +|------|----------|------| +| ESLint | linters | [CI/linters/eslint.yml](https://github.com/prog-time/workflows/blob/main/CI/linters/eslint.yml) | +| Hadolint | linters | [CI/linters/hadolint.yml](https://github.com/prog-time/workflows/blob/main/CI/linters/hadolint.yml) | +| HTMLHint | linters | [CI/linters/htmlhint.yml](https://github.com/prog-time/workflows/blob/main/CI/linters/htmlhint.yml) | +| markdownlint | linters | [CI/linters/markdownlint.yml](https://github.com/prog-time/workflows/blob/main/CI/linters/markdownlint.yml) | +| mermaid-cli | linters | [CI/linters/mermaid.yml](https://github.com/prog-time/workflows/blob/main/CI/linters/mermaid.yml) | +| ShellCheck | linters | [CI/linters/shellcheck.yml](https://github.com/prog-time/workflows/blob/main/CI/linters/shellcheck.yml) | +| Stylelint | linters | [CI/linters/stylelint.yml](https://github.com/prog-time/workflows/blob/main/CI/linters/stylelint.yml) | +| yamllint | linters | [CI/linters/yamllint.yml](https://github.com/prog-time/workflows/blob/main/CI/linters/yamllint.yml) | +| PHPStan | static_analysis | [CI/static_analysis/phpstan.yml](https://github.com/prog-time/workflows/blob/main/CI/static_analysis/phpstan.yml) | +| mermaid-cli | build | [CI/build/mermaid.yml](https://github.com/prog-time/workflows/blob/main/CI/build/mermaid.yml) | +| BATS | tests | [CI/tests/bats.yml](https://github.com/prog-time/workflows/blob/main/CI/tests/bats.yml) | +| Laravel | tests | [CI/tests/laravel_tests.yml](https://github.com/prog-time/workflows/blob/main/CI/tests/laravel_tests.yml) | + +--- + ## How it works The project uses a three-layer architecture: