1
0
mirror of https://github.com/httpie/cli.git synced 2025-02-21 19:06:29 +02:00
httpie-cli/.github/workflows/code-style.yml

22 lines
404 B
YAML
Raw Normal View History

2022-01-26 12:49:27 +03:00
name: Code Style Check
on:
pull_request:
paths:
- .github/workflows/code-style.yml
- extras/*.py
- httpie/**/*.py
- setup.py
- tests/**/*.py
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: make venv
- run: make codestyle