diff --git a/iOS/liboqs/CONTRIBUTING.md b/iOS/liboqs/CONTRIBUTING.md index 5633897..1a0b773 100644 --- a/iOS/liboqs/CONTRIBUTING.md +++ b/iOS/liboqs/CONTRIBUTING.md @@ -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