Skip to content

Commit

Permalink
fix: 💚 more fixes on build
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
  • Loading branch information
iamnewton committed Oct 22, 2024
1 parent 8e94b22 commit 73ae882
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/common/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73ae882

Please sign in to comment.