From 493f4e2aa8c0840e2538f3c297f7e9b9905cfac5 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:54:35 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=92=9A=20more=20linting=20on=20act?= =?UTF-8?q?ions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- .github/workflows/lint.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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