mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-11 18:59:05 +00:00
21 lines
No EOL
367 B
YAML
21 lines
No EOL
367 B
YAML
name: test
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
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 |