Skip to content

Fixed pre-commit inc exc list processing #101

Fixed pre-commit inc exc list processing

Fixed pre-commit inc exc list processing #101

Workflow file for this run

name: test
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: cd test; make install-deps
- name: Test
run: cd test; make test-all