Skip to content

3 allocations

3 allocations #57

Workflow file for this run

name: PR Tests
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install deps
run: |
sudo apt-get install -y \
perl perl-modules \
libyaml-tiny-perl libjson-perl libxml-writer-perl libxml-writer-perl
- name: validate and build
run: |
tools/validate.pl