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.
1 parent 0596720 commit e142543Copy full SHA for e142543
.github/workflows/format.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Get changed files
34
id: file_changes
35
- uses: tj-actions/changed-files@v34
+ uses: tj-actions/changed-files@v35
36
37
- name: Run qmk formatters
38
shell: 'bash {0}'
.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
- name: Print info
30
run: |
0 commit comments