Skip to content

Commit 28df303

Browse files
committed
Apply pre-commit
1 parent 93e854e commit 28df303

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.LATEST_PYTHON_VERSION
5959
uses: codecov/codecov-action@v4
6060
env:
61-
CODECOV_TOKEN: secrets.CODECOV_TOKEN
61+
CODECOV_TOKEN: secrets.CODECOV_TOKEN

Diff for: .github/workflows/tests-on-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
pip install -r requirements/pip.txt
3939
python -m pip install . --no-deps
4040
41-
41+
4242
- name: Validate diffpy.labpdfproc
4343
run: |
4444
pytest --cov
@@ -50,4 +50,4 @@ jobs:
5050
with:
5151
verbose: true
5252
fail_ci_if_error: true
53-
token: secrets.CODECOV_TOKEN
53+
token: secrets.CODECOV_TOKEN

0 commit comments

Comments
 (0)