Skip to content

Compact symbol table #94

Compact symbol table

Compact symbol table #94

Workflow file for this run

name: Continuous Integration
on:
pull_request:
paths-ignore:
- '.github/**'
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: composer install -o
- name: Unit Tests
run: cd tests; ../vendor/bin/phpunit; cd ..
- name: Static Index
run: php src/bin/guardrail.php -i -j self.json
- name: Static Analyze
run: php src/bin/guardrail.php -a -j self.json