Skip to content

Commit

Permalink
Merge pull request #19 from Avelous/staging
Browse files Browse the repository at this point in the history
disabled lint checks
  • Loading branch information
Avelous authored Feb 25, 2024
2 parents f2ccf9e + 903ff3b commit aa94605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Run hardhat node, deploy contracts (& generate contracts typescript output)
run: yarn chain & yarn deploy

- name: Run nextjs lint
run: yarn next:lint --max-warnings=0
# - name: Run nextjs lint
# run: yarn next:lint --max-warnings=0

- name: Check typings on nextjs
run: yarn next:check-types
Expand Down

0 comments on commit aa94605

Please sign in to comment.