Skip to content

Commit

Permalink
chore: format yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 9, 2023
1 parent 9659229 commit 2de69be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name: "lint"
on:
pull_request:
branches:
- '*'
- "*"
push:
branches:
- 'main'
- 'master'
- "main"
- "master"

jobs:
lint:
Expand All @@ -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/*

0 comments on commit 2de69be

Please # to comment.