Skip to content

Commit cd315db

Browse files
committed
Fix minor errors in test files
1 parent e7a0307 commit cd315db

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
name: Tests
1+
name: Formatting
32

43
on:
54
push:
@@ -14,7 +13,7 @@ permissions:
1413
contents: read
1514

1615
jobs:
17-
tests:
16+
black:
1817
runs-on: ubuntu-latest
1918
concurrency:
2019
group: lint-${{ github.ref }}
@@ -39,4 +38,3 @@ jobs:
3938
options: "--check"
4039
src: "."
4140
version: "~= 23" # Black version to use for formatting, since yearly they change the style, this keeps it stable
42-

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: Tests
32

43
on:
@@ -102,5 +101,5 @@ jobs:
102101
# with:
103102
# # Needed for private repos, publi repos don't, but it is a good
104103
# # fallback for if codecov fails to identify it properly as public
105-
# # token: ${{ secrets.CODECOV_TOKEN }}
104+
# # token: ${{ secrets.CODECOV_TOKEN }}
106105
# files: ./coverage1.xml

0 commit comments

Comments
 (0)