Skip to content

Commit 2de69be

Browse files
committed
chore: format yaml
1 parent 9659229 commit 2de69be

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ name: "lint"
55
on:
66
pull_request:
77
branches:
8-
- '*'
8+
- "*"
99
push:
1010
branches:
11-
- 'main'
12-
- 'master'
11+
- "main"
12+
- "master"
1313

1414
jobs:
1515
lint:
@@ -30,3 +30,4 @@ jobs:
3030
- run: flake8 --ignore=E501,E203,W503
3131
- run: black .
3232
- run: rst-lint README.rst
33+
- run: python setup.py sdist bdist_wheel && twine check dist/*

0 commit comments

Comments
 (0)