Skip to content

fix(husky): auto-fixed lint files are staged after commit #81

fix(husky): auto-fixed lint files are staged after commit

fix(husky): auto-fixed lint files are staged after commit #81

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
push:
branches:
- '**'
tags-ignore:
- '**'
concurrency:
group: run-tests-group-${{ github.ref }}
cancel-in-progress: true
jobs:
ci_tests:
uses: dsi-hug/actions/.github/workflows/action.yml@v2
with:
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[20]' # Don't know why but windows-latest+node18 gives random timeouts with github action
working-directory: projects/lib
lint: true
test: true
build: true