Skip to content

Revert "[FEATURE] Ajout d'une règle forcant l'ajout d'un commentaire … #71

Revert "[FEATURE] Ajout d'une règle forcant l'ajout d'un commentaire …

Revert "[FEATURE] Ajout d'une règle forcant l'ajout d'un commentaire … #71

Workflow file for this run

name: npm run test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm test