This commit is contained in:
parent
5316fed2f6
commit
15abaaf41d
1 changed files with 4 additions and 7 deletions
|
@ -8,15 +8,12 @@ jobs:
|
||||||
check:
|
check:
|
||||||
name: 🧪 Astro check
|
name: 🧪 Astro check
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: denoland/deno:bin
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: deno task install
|
||||||
ls ${{ github.workspace }}
|
- run: deno task check
|
||||||
#- uses: denoland/setup-deno@v2
|
|
||||||
# with:
|
|
||||||
# deno-version: v2.x
|
|
||||||
#- run: deno task install
|
|
||||||
#- run: deno task check
|
|
||||||
|
|
||||||
#deploy:
|
#deploy:
|
||||||
# name: 🚢 Deploy
|
# name: 🚢 Deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue