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