diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3488fc8..24e27e8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,10 +9,12 @@ permissions: jobs: setup: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 lint: needs: setup