1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +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