Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Jul 12, 2020
1 parent 6c27ab5 commit 09c40fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI

env:
DENO_VERSION: 1.1.3

on:
push:
branches:
Expand All @@ -21,7 +24,7 @@ jobs:
- name: Install deno
uses: denolib/setup-deno@master
with:
deno-version: 1.0.3
deno-version: ${{env.DENO_VERSION}}
- name: Check formatting
run: deno fmt --check
- name: Run tests
Expand Down

0 comments on commit 09c40fe

Please sign in to comment.