Skip to content

Commit

Permalink
feat: improve the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoDev1611 committed Oct 10, 2022
1 parent 7bcdd71 commit da446f5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI
on:
push:
pull_request:

jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Install Deno
uses: denoland/setup-deno@v1

- name: Version output
run: deno --version

- name: Check the lint and the formatting tools
run: deno task check
env:
NO_COLOR: true
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"lint": "deno lint -c deno.json",
"check": "deno fmt -c deno.json --check"
}
}
}
2 changes: 1 addition & 1 deletion dpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"check": "deno fmt -c deno.json --check"
},
"dependencies": {}
}
}

0 comments on commit da446f5

Please sign in to comment.