Skip to content

Merge pull request #1225 from SEKOIA-IO/aheuze-patch-1 #1004

Merge pull request #1225 from SEKOIA-IO/aheuze-patch-1

Merge pull request #1225 from SEKOIA-IO/aheuze-patch-1 #1004

Workflow file for this run

name: Check linting
on: push
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.10
uses: actions/setup-python@v3
id: setup-python
with:
python-version: "3.10"
- uses: actions/checkout@v3
- name: Run
working-directory: .
run: |
python linter.py check --changes