This commit is contained in:
parent
fea76133dc
commit
f63f63dc9d
15
.gitea/workflows/check.yaml
Normal file
15
.gitea/workflows/check.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Check
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: denoland/setup-deno@v2
|
||||||
|
with:
|
||||||
|
deno-version: v2.x
|
||||||
|
- run: deno check src/main.ts
|
||||||
|
- run: deno fmt --check
|
||||||
|
- run: ./tests/test.sh
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user