We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a0307 commit cd315dbCopy full SHA for cd315db
2 files changed
.github/workflows/lint.yml
@@ -1,5 +1,4 @@
1
-
2
-name: Tests
+name: Formatting
3
4
on:
5
push:
@@ -14,7 +13,7 @@ permissions:
14
13
contents: read
15
16
jobs:
17
- tests:
+ black:
18
runs-on: ubuntu-latest
19
concurrency:
20
group: lint-${{ github.ref }}
@@ -39,4 +38,3 @@ jobs:
39
38
options: "--check"
40
src: "."
41
version: "~= 23" # Black version to use for formatting, since yearly they change the style, this keeps it stable
42
.github/workflows/tests.yml
@@ -1,4 +1,3 @@
name: Tests
@@ -102,5 +101,5 @@ jobs:
102
101
# with:
103
# # Needed for private repos, publi repos don't, but it is a good
104
# # fallback for if codecov fails to identify it properly as public
105
- # # token: ${{ secrets.CODECOV_TOKEN }}
+ # # token: ${{ secrets.CODECOV_TOKEN }}
106
# files: ./coverage1.xml
0 commit comments