Skip to content

Commit

Permalink
works
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanbozkurt committed Jul 18, 2023
1 parent 6bd24b7 commit 3b228d3
Show file tree
Hide file tree
Showing 35 changed files with 33,789 additions and 3,837 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,16 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache : yarn
cache: yarn

- name: Install dependencies
run: yarn install --immutable

- name: Run hardhat node, deploy contracts (& generate contracts typescript output)
run: yarn chain & yarn deploy
run: yarn chain & yarn deploy

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

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

- name: Run hardhat lint
run: yarn hardhat:lint --max-warnings=0
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ node_modules
.eslintcache
.vscode/**
.DS_Store
notes.txt
Loading

0 comments on commit 3b228d3

Please sign in to comment.