Skip to content

Commit e20de3f

Browse files
add artefact upload .lint.json
1 parent 3421ef5 commit e20de3f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868
uses: actions/[email protected]
6969
with:
7070
name: lint-python${{ matrix.python-version }}
71-
path: .lint.txt
71+
path: |
72+
.lint.txt
73+
.lint.json
7274
include-hidden-files: true
7375

7476
Type-Check:

exasol/toolbox/templates/github/workflows/checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
uses: actions/[email protected]
7575
with:
7676
name: lint-python${{ matrix.python-version }}
77-
path: .lint.txt
77+
path: |
78+
.lint.txt
79+
.lint.json
7880
include-hidden-files: true
7981

8082
Type-Check:

0 commit comments

Comments
 (0)