Add initial jtex workflow, template, and documentation for Cours 4.0

This commit is contained in:
Edgar P. Burkhart 2025-02-28 10:38:05 +01:00
commit 3847fd13ad
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 155 additions and 0 deletions

View 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