ci: create checks

This commit is contained in:
Simon Lecoq
2023-11-02 02:54:59 +01:00
committed by GitHub
parent 161847bf1b
commit 5290815c6b

17
.github/workflows/deno.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- run: deno task make code:check
- run: deno task make test