docs: fix broken workflow link (push.yml -> lint.yml)

The workflow file was renamed but the README link was not updated.
This commit is contained in:
Stanislas Lange
2025-12-04 18:09:33 +01:00
committed by Stanislas
parent 7c2c491fab
commit bf31e0ca64

View File

@@ -215,7 +215,7 @@ Please open an issue before submitting a PR if you want to discuss a change, esp
### Code formatting
We use [shellcheck](https://github.com/koalaman/shellcheck) and [shfmt](https://github.com/mvdan/sh) to enforce bash styling guidelines and good practices. They are executed for each commit / PR with GitHub Actions, so you can check the configuration [here](https://github.com/angristan/openvpn-install/blob/master/.github/workflows/push.yml).
We use [shellcheck](https://github.com/koalaman/shellcheck) and [shfmt](https://github.com/mvdan/sh) to enforce bash styling guidelines and good practices. They are executed for each commit / PR with GitHub Actions, so you can check the configuration [here](https://github.com/angristan/openvpn-install/blob/master/.github/workflows/lint.yml).
## Security and Encryption