Skip to content

Fixes #4814 - Correct lots of runway definitions #694

Fixes #4814 - Correct lots of runway definitions

Fixes #4814 - Correct lots of runway definitions #694

Workflow file for this run

name: Validate
on:
pull_request:
jobs:
build:
if: ${{ false }} # disable for now as we're compiling on branches
name: "Validate Sectorfile"
runs-on: ubuntu-latest
env:
COMPILER_VERSION: 1.13.0
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Download Compiler
run: |
curl -L --output compiler https://github.com/VATSIM-UK/sector-file-compiler/releases/download/$COMPILER_VERSION/cli-linux-x64
chmod +x ./compiler
- name: Validate
run: |
./compiler --config-file compiler.config.json --no-wait --validate