Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
No-bodyq committed Jan 25, 2025
1 parent c26a367 commit 8fe85c9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,5 @@ jobs:
scarb-version: "2.8.4"
scarb-lock: ./packages/snfoundry/contracts/Scarb.lock

- name: Check Code Format
run: yarn format:check

- name: Run Next.js lint
run: yarn next:lint --max-warnings=0

- name: Check typings on Next.js
run: yarn next:check-types

- name: Build Next.js project
run: yarn next:build

- name: Run Next.js Tests
run: yarn test:nextjs

0 comments on commit 8fe85c9

Please sign in to comment.