1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

chore: update lint github action

This commit is contained in:
James Cook 2024-11-07 17:22:07 +00:00
parent 35f20dc00b
commit 65ae5d4a54
No known key found for this signature in database
2 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: test
name: lint
on:
push:
pull_request:
@ -10,8 +10,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
with:
deno-version: 1.x
deno-version: v2.x
- name: Lint Package with Biome
run: deno task lint

5
deno.lock generated
View file

@ -4,6 +4,7 @@
"jsr:@david/code-block-writer@^13.0.2": "13.0.3",
"jsr:@deno/cache-dir@~0.10.3": "0.10.3",
"jsr:@deno/dnt@~0.41.3": "0.41.3",
"jsr:@deno/graph@~0.73.1": "0.73.1",
"jsr:@std/assert@0.223": "0.223.0",
"jsr:@std/assert@0.226": "0.226.0",
"jsr:@std/assert@~0.225.3": "0.225.3",
@ -31,6 +32,7 @@
"@deno/cache-dir@0.10.3": {
"integrity": "eb022f84ecc49c91d9d98131c6e6b118ff63a29e343624d058646b9d50404776",
"dependencies": [
"jsr:@deno/graph",
"jsr:@std/fmt@0.223",
"jsr:@std/fs@0.223",
"jsr:@std/io",
@ -48,6 +50,9 @@
"jsr:@ts-morph/bootstrap"
]
},
"@deno/graph@0.73.1": {
"integrity": "cd69639d2709d479037d5ce191a422eabe8d71bb68b0098344f6b07411c84d41"
},
"@std/assert@0.223.0": {
"integrity": "eb8d6d879d76e1cc431205bd346ed4d88dc051c6366365b1af47034b0670be24"
},