Skip to content

Allow targeting the currently orbited parent body, or any body the parent body is a descendant of #299

Allow targeting the currently orbited parent body, or any body the parent body is a descendant of

Allow targeting the currently orbited parent body, or any body the parent body is a descendant of #299

name: AVC .version file validation
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
validate_version_files:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Validate files
uses: DasSkelett/AVC-VersionFileValidator@master