Skip to content

Commit

Permalink
Fix version file syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jan 21, 2022
1 parent 0d20d3c commit 0e1f8aa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/AVC-VersionFileValidator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Validate AVC .version files
on:
push:
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
3 changes: 2 additions & 1 deletion UnKerballedStart.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
"DOWNLOAD":"https://github.com/theonegalen/UnKerballedStart/releases/download/v1.3.1/UnKerballedStart-1.3.1.zip",
"CHANGE_LOG_URL":"https://github.com/theonegalen/UnKerballedStart/releases",
"VERSION":{"MAJOR":1,"MINOR":3,"PATCH":1,"BUILD":0},
"KSP_VERSION":{"MAJOR":1,"MINOR":12,"PATCH":3},
"KSP_VERSION":{"MAJOR":1,"MINOR":12,"PATCH":3}
}

0 comments on commit 0e1f8aa

Please sign in to comment.