Skip to content

Lifecycle: Reduce RPT Spam (#194) #110

Lifecycle: Reduce RPT Spam (#194)

Lifecycle: Reduce RPT Spam (#194) #110

Workflow file for this run

name: SQF linting (LordGolias/sqf)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install sqflint
run: |
python -m pip install --upgrade pip
python -m pip install https://github.com/gruppe-adler/sqf/archive/main.tar.gz
- name: Lint with
run: |
sqflint -d .