Skip to content

Commit 73179b9

Browse files
committed
Apply pre-commit
1 parent 7086a6f commit 73179b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/matrix-and-codecov-on-merge-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.LATEST_PYTHON_VERSION
6767
uses: codecov/codecov-action@v4
6868
env:
69-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
69+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/publish-docs-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
uses: peaceiris/actions-gh-pages@v4
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
49-
publish_dir: ./doc/build/html
49+
publish_dir: ./doc/build/html

.github/workflows/tests-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
with:
5252
verbose: true
5353
fail_ci_if_error: true
54-
token: ${{ secrets.CODECOV_TOKEN }}
54+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)