From 3a9e86e90ef65528039a0b999eb33214d7368fa4 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sun, 13 Oct 2024 20:04:12 -0400 Subject: [PATCH] ci: update yaml check --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 5fbd000..0e84248 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -6,4 +6,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: pipx run yamllint . + - run: pipx run pre-commit run -a