Skip to content

Commit

Permalink
Only check client code
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed May 11, 2024
1 parent f68416e commit 9300a22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
deno-version: v1.x

- name: Format check
run: deno fmt --check
run: deno fmt --check src/client

- name: Lint
run: deno lint
run: deno lint src/client

- name: Type check
run: deno task check:types
run: deno check --no-lock --import-map src/import_map.json src/client/*.ts

# Disabled until useful tests have been written
#- name: Test
Expand Down

0 comments on commit 9300a22

Please sign in to comment.