1
0
Fork 0
forked from swablab/website

feat: use github actions

This commit is contained in:
ndsboy 2025-02-22 17:39:24 +00:00
parent 5b255e5367
commit f7c25b4614

View file

@ -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