1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-09-18 23:57:11 -04:00
PoetryInstaller/.github/workflows/code-quality.yaml
Arun Babu Neelicattu c864942778
Misc. cleanup for project setup (#1)
* ci: fix branch configuration

* readme: add initial content

* add .gitignore

* add code quality checks managed by pre-commit
2021-11-12 18:28:30 -07:00

15 lines
251 B
YAML

name: Code Quality
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0