From 164b47f978319cfdfc008a6a124857505fe3e8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Thu, 28 Nov 2024 14:00:45 +0100 Subject: [PATCH] ci: Rename `audit` job to `checks` in `checks` action (#42) --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 21a2a29..15562ca 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,7 +1,7 @@ on: [push] jobs: - audit: + checks: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2