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 2fa90cb commit 01621fbCopy full SHA for 01621fb
.github/workflows/black.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Black
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- name: Check Black formatting for Python scripts
17
uses: psf/black@stable
18
with:
.github/workflows/shell.yml
name: ShellCheck
- name: Run ShellCheck for shell scripts
uses: ludeeus/action-shellcheck@master
0 commit comments