diff --git a/.github/workflows/common/super-linter.yml b/.github/workflows/common/super-linter.yml index 67da9d7..9b2a068 100644 --- a/.github/workflows/common/super-linter.yml +++ b/.github/workflows/common/super-linter.yml @@ -4,14 +4,9 @@ on: workflow_call: jobs: - storybook: + super-linter: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Super-Linter uses: super-linter/super-linter@v7.1.0 env: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index df924d9..3488fc8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,14 @@ permissions: contents: read jobs: + setup: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + lint: + needs: setup permissions: # To write linting fixes contents: write