Add initial jtex workflow, template, and documentation for Cours 4.0
This commit is contained in:
commit
3847fd13ad
4 changed files with 155 additions and 0 deletions
15
.forgejo/workflows/jtex.yml
Normal file
15
.forgejo/workflows/jtex.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: jtex
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
jobs:
|
||||
test:
|
||||
name: test template.yml
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
- run: npm install -g jtex
|
||||
- run: jtex check
|
Loading…
Add table
Add a link
Reference in a new issue