Skip to content

Commit

Permalink
temp disable sqflint
Browse files Browse the repository at this point in the history
  • Loading branch information
theace0296 committed Apr 10, 2022
1 parent e3ee3a6 commit ef2e51f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
- uses: arma-actions/bom-check@v1
name: Check for BOM

lint:
runs-on: ubuntu-latest
needs: validate
steps:
- name: Checkout the source code
uses: actions/checkout@master
- name: Install SQF Lint
run: python3 -m pip install git+https://github.com/LordGolias/sqf.git
- name: Lint (sqflint)
run: python Tools/sqflint.py -e 'w' -x 'AIS' -x 'fhqtt' -x 'RandFramework/Alias' -x 'RandFramework/Server/units/fn_zenOccupyHouse.sqf'
# lint:
# runs-on: ubuntu-latest
# needs: validate
# steps:
# - name: Checkout the source code
# uses: actions/checkout@master
# - name: Install SQF Lint
# run: python3 -m pip install git+https://github.com/LordGolias/sqf.git
# - name: Lint (sqflint)
# run: python Tools/sqflint.py -e 'w' -x 'AIS' -x 'fhqtt' -x 'RandFramework/Alias' -x 'RandFramework/Server/units/fn_zenOccupyHouse.sqf'

build:
runs-on: windows-latest
needs: [validate, lint]
needs: [validate]
steps:
- uses: actions/checkout@v2
- name: Copy mission files to templates
Expand Down

0 comments on commit ef2e51f

Please sign in to comment.