Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerZade authored Oct 15, 2022
1 parent 5bb1a2d commit 8c0c05d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build with HEMTT
uses: gruppe-adler/[email protected]
id: build
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.build.outputs.zip_name }}
path: ${{ steps.build.outputs.release_path }}
sqfvalidator:
name: Validate with ACE3's SQF-Validator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
Expand All @@ -41,9 +41,9 @@ jobs:
name: Lint with SQFLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install SQFLint
Expand All @@ -52,4 +52,4 @@ jobs:
python -m pip install https://github.com/jokoho48/sqf/archive/39c93cdb8fee84236f2766a006cd66fae8acce17.tar.gz
- name: Lint
run: |
sqflint -d . -e w
sqflint -d . -e w

0 comments on commit 8c0c05d

Please sign in to comment.