chore: format yaml

This commit is contained in:
Jose Diaz-Gonzalez
2023-12-09 12:30:53 -05:00
parent 96592295e1
commit 2de69beffa

View File

@@ -5,11 +5,11 @@ name: "lint"
on:
pull_request:
branches:
- '*'
- "*"
push:
branches:
- 'main'
- 'master'
- "main"
- "master"
jobs:
lint:
@@ -30,3 +30,4 @@ jobs:
- run: flake8 --ignore=E501,E203,W503
- run: black .
- run: rst-lint README.rst
- run: python setup.py sdist bdist_wheel && twine check dist/*