Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameh Fakoua committed Jan 3, 2020
2 parents f27aac9 + 807a8ce commit c4b7fcd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@master
- uses: denolib/[email protected]
with:
deno-version: 0.28.0
- run: deno test.ts

0 comments on commit c4b7fcd

Please sign in to comment.