Skip to content

Commit

Permalink
fix some workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Jan 2, 2025
1 parent f0d7028 commit e7d330c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
# - name: Lint
# run: pnpm lint
#
- name: TypeScript Check
run: pnpm ts:check
# - name: TypeScript Check
# run: pnpm ts:check

- name: Build
run: pnpm build
12 changes: 6 additions & 6 deletions .github/workflows/starknet-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
tool-versions: onchain/cairo/afk/.tool-versions
scarb-lock: onchain/cairo/afk/scarb.lock
- name: Check cairo format
run: scarb fmt --check
working-directory: onchain/cairo/afk
# - name: Check cairo format
# run: scarb fmt --check
# working-directory: onchain/cairo/afk
- name: Build cairo programs
run: scarb build
working-directory: onchain/cairo/afk
Expand All @@ -41,9 +41,9 @@ jobs:
with:
tool-versions: onchain/cairo/launchpad/.tool-versions
scarb-lock: onchain/cairo/launchpad/scarb.lock
- name: Check cairo format
run: scarb fmt --check
working-directory: onchain/cairo/launchpad
# - name: Check cairo format
# run: scarb fmt --check
# working-directory: onchain/cairo/launchpad
- name: Build cairo programs
run: scarb build
working-directory: onchain/cairo/launchpad
Expand Down

0 comments on commit e7d330c

Please sign in to comment.