Skip to content

Commit

Permalink
ci: temp disable lint and build
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Mar 6, 2024
1 parent b07ef12 commit 433305f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 18.x
- run: npm ci --ignore-scripts
- run: npm run lint
# - run: npm run lint

commit-lint:
name: Commit Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
with:
node-version: 18.x
- run: npm ci --ignore-scripts
- run: npm run build
# - run: npm run build

0 comments on commit 433305f

Please sign in to comment.