From b1c0251973073ff3e28bc5a5336abe3de87b765e Mon Sep 17 00:00:00 2001 From: Ozzy Date: Fri, 13 Sep 2024 09:59:03 +0100 Subject: [PATCH] Typo --- .github/workflows/actions-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions-lint.yml b/.github/workflows/actions-lint.yml index 937c324..fa1fe28 100644 --- a/.github/workflows/actions-lint.yml +++ b/.github/workflows/actions-lint.yml @@ -17,7 +17,7 @@ permissions: jobs: actions-lint: name: actions-lint - run-on: ubuntu-latest + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4