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