mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
chore: upgrade github action versions
This commit is contained in:
parent
e3924f0322
commit
bb6707d0ad
3 changed files with 109 additions and 109 deletions
34
.github/workflows/lint.yml
vendored
34
.github/workflows/lint.yml
vendored
|
|
@ -1,17 +1,17 @@
|
|||
name: test
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
- uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: 1.x
|
||||
- name: Lint Package with Biome
|
||||
run: deno task lint
|
||||
name: test
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
- uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: 1.x
|
||||
- name: Lint Package with Biome
|
||||
run: deno task lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue