Skip to content

Commit

Permalink
Merge pull request #42 from HebaruSan/fix/version-file-syntax
Browse files Browse the repository at this point in the history
Fix version file syntax error
  • Loading branch information
theonegalen authored Feb 7, 2022
2 parents 0d20d3c + 0e1f8aa commit c5e58ec
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 c5e58ec

Please sign in to comment.