Skip to content

fix(compile): switch to expr to check regex for compatibility #174

fix(compile): switch to expr to check regex for compatibility

fix(compile): switch to expr to check regex for compatibility #174

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
lint-and-test:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Run linter
run: |
shellcheck bin/*
shellcheck -P SCRIPTDIR -x test/utils test/test-*
- run: ./run_tests.sh