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:
parent
35f20dc00b
commit
65ae5d4a54
2 changed files with 8 additions and 3 deletions
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue