We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 666a395 + a860731 commit 982de6bCopy full SHA for 982de6b
.github/workflows/lint.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Find changed ttl files
59
id: changed-ttl-files
60
- uses: tj-actions/changed-files@v44.5.5
+ uses: tj-actions/changed-files@v44.5.6
61
with:
62
files: |
63
src/**/*.ttl
@@ -111,7 +111,7 @@ jobs:
111
112
- name: Check if poetry files have changed
113
id: changed-poetry-files
114
115
116
117
script/poetry.lock
@@ -146,7 +146,7 @@ jobs:
146
147
- name: Check if python files have changed
148
id: changed-python-files
149
150
151
152
script/**/*.*
0 commit comments