Skip to content

Commit

Permalink
ci: 🐝 update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed Jul 25, 2024
1 parent 61dcf4f commit b9f3d37
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ on:
- main
permissions: read-all
jobs:
wasm-check:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
egress-policy: audit
disable-telemetry: true
- name: Clone repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Deno
uses: denoland/setup-deno@ba9dcf3bc3696623d1add6a2f5181ee1b5143de5 # v1.3.0
with:
deno-version: v1.x
- name: Check Wasm up-to-date
run: deno task wasmbuild --check
deno-check:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b9f3d37

Please sign in to comment.