Skip to content

Commit

Permalink
Use HEMTT GitHub Action for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Sep 3, 2024
1 parent 4feb1f2 commit 07147ce
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/arma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,21 @@ jobs:
- name: Check for BOM
uses: arma-actions/bom-check@master

lint:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@master
- name: Lint (sqflint)
uses: arma-actions/sqflint@master
continue-on-error: true # No failure due to many false-positives
uses: actions/checkout@v4
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
- name: Run HEMTT build
run: hemtt build

build:
runs-on: windows-2022
steps:
- name: Checkout the source code
uses: actions/checkout@master
uses: actions/checkout@v4
- name: Pull Arma3Tools
run: |
echo ${{ secrets.CR_PAT }} | docker login -u ${{ secrets.CR_USER }} --password-stdin ghcr.io
Expand Down

0 comments on commit 07147ce

Please sign in to comment.