mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-06 16:38:03 +01:00
chore: format yaml
This commit is contained in:
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@@ -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/*
|
||||||
|
|||||||
Reference in New Issue
Block a user