From bedecc252b992a454fa0b832a85ee939bec15997 Mon Sep 17 00:00:00 2001 From: efir369999 Date: Wed, 6 May 2026 01:11:53 +0300 Subject: [PATCH] fix: broken markdown refs auto-resolved --- iOS/liboqs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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