summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linters.yml
blob: 4fc44043ec6393994b2a20abcf4838695cffe3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Run linters

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]
jobs:
  lint:
    uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.0
    with:
      mypy: true
      ruff: true
      black: true