Skip to content

Add salt-lint as new flycheck checker #116

Add salt-lint as new flycheck checker

Add salt-lint as new flycheck checker #116

Workflow file for this run

name: Lint Python
on:
push:
branches:
- master
paths:
- '**.yml'
- docs/**
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run tests
run: |
pip install -r maint/requirements.txt
make -C maint check