forked from swablab/website
feat: use github actions
This commit is contained in:
parent
5b255e5367
commit
f7c25b4614
1 changed files with 5 additions and 2 deletions
|
@ -9,9 +9,12 @@ jobs:
|
|||
name: 🧪 Astro check
|
||||
runs-on: docker
|
||||
container:
|
||||
image: denoland/deno:latest
|
||||
image: node:lts
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- uses: https://github.com/denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v2.x
|
||||
- run: deno task install
|
||||
- run: deno task check
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue