Skip to content

Adds 'make fix' command to keep yml file(s) organized #94

Adds 'make fix' command to keep yml file(s) organized

Adds 'make fix' command to keep yml file(s) organized #94

Workflow file for this run

name: compile
on:
pull_request:
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
cd "${{ github.workspace }}"
make -C tests/compile