Skip to content

Commit

Permalink
Remove check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertMarashi committed Jul 15, 2024
1 parent bed3258 commit c0ccde8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
# - name: Sync Queries to the Database
# run: |
# bun sync:queries
- name: Install dependencies
run: |
bun i
- name: Svelte Check
run: |
bun check
# - name: Install dependencies
# run: |
# bun i
# - name: Svelte Check
# run: |
# bun check
- name: Apply Database Schema and Define Authentication Token
run: |
surreal import \
Expand Down

0 comments on commit c0ccde8

Please sign in to comment.