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 9cb9a01 commit 53ab788Copy full SHA for 53ab788
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Deploy docs
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: actions/[email protected]
15
with:
16
python-version: 3.x
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
6
editorconfig-checker:
7
8
9
- name: editorconfig-checker
run: |
docker run --rm -v ${GITHUB_WORKSPACE}:/check mstruebing/editorconfig-checker
0 commit comments