Skip to content

Commit

Permalink
Temporarily turn off linter GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Jun 28, 2024
1 parent 0e09dbf commit 5342df9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ jobs:
os: [ubuntu-latest]
node: [lts/*]

steps:
- name: Checkout
uses: actions/checkout@master
# steps:
# - name: Checkout
# uses: actions/checkout@master

- name: Setup node env
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: yarn
# - name: Setup node env
# uses: actions/setup-node@v3
# with:
# node-version: ${{ matrix.node }}
# cache: yarn

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

# - 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
# - name: Check typings on nextjs
# run: yarn next:check-types

# - name: Run foundry lint
# run: yarn foundry:lint
# - name: Run foundry lint
# run: yarn foundry:lint

0 comments on commit 5342df9

Please sign in to comment.