Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: remove lint:ci and change lint task on ci.yml to not use GH form…
Browse files Browse the repository at this point in the history
…atter (#338)
  • Loading branch information
pdrmdrs authored Apr 4, 2023
1 parent 4920fea commit 85460b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: yarn --pure-lockfile --prefer-offline
- name: Lint
run: yarn lint:ci
run: yarn lint
- name: Build
run: yarn build
- name: Unit testing
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"test:ci": "jest --ci --coverage",
"lint": "foundry run eslint . --ext .js,.jsx,.json,.ts,.tsx",
"lint:fix": "yarn lint --fix",
"lint:ci": "yarn lint --format github",
"prerelease": "yarn build",
"release": "foundry run semantic-release"
},
Expand Down

0 comments on commit 85460b9

Please sign in to comment.