summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linters.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:38:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:38:43 +0000
commitc0e738bc25ae76cf5092d6e0f86938fa5684dd27 (patch)
tree0f6250f19003fc920775fead71e48bf918c27a35 /.github/workflows/linters.yml
parentReleasing progress-linux version 0.7.1-1~progress7.99u1. (diff)
downloadport-for-c0e738bc25ae76cf5092d6e0f86938fa5684dd27.tar.xz
port-for-c0e738bc25ae76cf5092d6e0f86938fa5684dd27.zip
Merging upstream version 0.7.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/linters.yml')
-rw-r--r--.github/workflows/linters.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index dec9e2e..4fc4404 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -3,16 +3,12 @@ name: Run linters
on:
push:
branches: [ master ]
- paths:
- - '**.py'
- - .github/workflows/linters.yml
- - requirements-lint.txt
pull_request:
branches: [ master ]
jobs:
lint:
- uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.1.2
+ uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.0
with:
- pipenv: true
mypy: true
- pydocstyle: false \ No newline at end of file
+ ruff: true
+ black: true \ No newline at end of file