Skip to content

Commit

Permalink
Add setup deno to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed Mar 27, 2022
1 parent a7db933 commit 1ef40d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Compile Linux
uses: deno compile --allow-net --allow-run --target x86_64-unknown-linux-gnu -o mullvad-ping-linux script.ts
- name: Compile Windows
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Lint Deno Module
run: deno fmt --check
- name: Test Deno Module
Expand Down

0 comments on commit 1ef40d9

Please sign in to comment.