Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 27, 2024
1 parent 77ff3ba commit ad28c22
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/esm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ on:
- master
- main
jobs:
Publint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx publint
Pack:
runs-on: ubuntu-latest
steps:
Expand All @@ -30,6 +25,12 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: package
Publint:
runs-on: ubuntu-latest
needs: Pack
steps:
- uses: actions/download-artifact@v4
- run: npx publint ./artifact
Webpack:
runs-on: ubuntu-latest
needs: Pack
Expand Down

0 comments on commit ad28c22

Please sign in to comment.