Skip to content

Commit

Permalink
Update validate-cfg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0Kerbal committed Apr 4, 2023
1 parent 707b9c4 commit ad76966
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/validate-cfg.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 1.1.1.0
# 1.1.2.0
# created: 08 May 2022
# updated: 01 Oct 2022
# updated: 01 Jan 2023
# update checkout to v3.0.2
# update checkout to v3.3.0
# Checks .cfg files for syntax errors
# https://github.com/KSP-CKAN/KSPMMCfgParser

Expand All @@ -19,8 +20,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
# uses: actions/checkout@lastest
uses: actions/checkout@v3.0.2
# uses: actions/checkout@latest
uses: actions/checkout@main
with:
fetch-depth: 1
- name: Validate config files
Expand Down

0 comments on commit ad76966

Please sign in to comment.