diff --git a/.github/workflows/common/super-linter.yml b/.github/workflows/common/super-linter.yml index c8b3d97..67da9d7 100644 --- a/.github/workflows/common/super-linter.yml +++ b/.github/workflows/common/super-linter.yml @@ -7,6 +7,11 @@ jobs: storybook: 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 8a90fe7..df924d9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,11 +16,6 @@ jobs: statuses: write runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - id: lint-super-linter name: Run Super Linter uses: ./.github/workflows/common/super-linter.yml