Skip to content

Commit

Permalink
fix: relax plugin linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Sep 29, 2024
1 parent e871922 commit c984059
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- name: Lint plugin
run: yarn lint

- name: Lint plugin
run: yarn lint:plugin || exit 0
continue-on-error: true

- name: Build plugin
run: yarn pack

Expand Down
1 change: 1 addition & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh

yarn lint
yarn lint:plugin
yarn pack
yarn test
npm outdated || true
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@
],
"output": [],
"dependencies": [
"lint:fs",
"lint:plugin"
"lint:fs"
]
},
"lint:dependencies": {
Expand Down

0 comments on commit c984059

Please sign in to comment.