Add launcher CI workflow
This commit is contained in:
parent
ac871d7965
commit
031ab2098c
19
.gitea/workflows/check.yml
Normal file
19
.gitea/workflows/check.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: check
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
launcher:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: "20"
|
||||||
|
- name: Validate launcher assets
|
||||||
|
run: |
|
||||||
|
jq empty app/manifest.json
|
||||||
|
node --check app/app.js
|
||||||
Loading…
Reference in New Issue
Block a user