From 5b241eed0d6ac63ad4ad4103cea3a85ab5104e0e Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Tue, 16 Jul 2024 21:00:28 +0200 Subject: [PATCH 1/2] replace our custom makrdowlint with DavidAnson/markdownlint-cli2-action Contanerbuild markdown action is outdated and not working, instead of fixing and duplicating work, use existing action. Signed-off-by: Martin Basti --- .github/workflows/linters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 8f7e3e76f..25119800e 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v3 - name: Run markdownlint - uses: containerbuildsystem/actions/markdownlint@master + uses: DavidAnson/markdownlint-cli2-action@v16 mypy: name: mypy From 660e50920ae234e516942258ed6461c9b6bf72e8 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Tue, 16 Jul 2024 21:06:56 +0200 Subject: [PATCH 2/2] Readme: remove unused references Following references haven't been used, just delete them Signed-off-by: Martin Basti --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index fa56675dc..061426902 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,3 @@ You can either get the build image from Dockerhub or create it yourself. [unittests status link]: https://github.com/containerbuildsystem/atomic-reactor/actions?query=event%3Apush+branch%3Amaster+workflow%3A%22Unittests%22 [koji]: https://github.com/containerbuildsystem/atomic-reactor/blob/master/docs/koji.md [fedora packaging system]: http://fedoraproject.org/wiki/Package_maintenance_guide -[docker-py]: https://github.com/docker/docker-py -[koji plugin]: https://github.com/containerbuildsystem/atomic-reactor/blob/master/atomic_reactor/plugins/pre_koji.py -[images]: https://github.com/containerbuildsystem/atomic-reactor/tree/master/images