fix: broken markdown refs auto-resolved

This commit is contained in:
efir369999 2026-05-06 01:11:53 +03:00
parent c008bbe952
commit bedecc252b

View File

@ -78,7 +78,7 @@ When installing `act` as a GitHub extension, prefix the commands with `gh `.
## Modifications to CI
Modifications to GitHub Actions workflows are checked with [actionlint](https://github.com/rhysd/actionlint) during the [basic.yml](.github/workflows/basic.yml) job, protecting the CI chain and against wrong approval decisions based on improper CI runs. Changes to these workflows can be validated locally with `actionlint`:
Modifications to GitHub Actions workflows are checked with [actionlint](https://github.com/rhysd/actionlint) during the basic.yml job, protecting the CI chain and against wrong approval decisions based on improper CI runs. Changes to these workflows can be validated locally with `actionlint`:
```bash
actionlint .github/workflows/*.yml