ci: fix pr check
parent
724694fcb7
commit
9d7287f27b
|
|
@ -9,6 +9,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
deno-version: 1.x
|
deno-version: 1.x
|
||||||
- name: Check constant updates
|
- name: Check constant updates
|
||||||
run: deno run --A ./scripts/update-constant.ts
|
run: deno run -A ./scripts/update-constant.ts
|
||||||
- name: Check if workspace is clean
|
- name: Check if workspace is clean
|
||||||
run: git diff --exit-code
|
run: git diff --exit-code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue