djLint/.github/workflows/lint.yml
Christopher Pickering 1111a42a50
added tox poetry
2022-08-02 10:29:15 -05:00

14 lines
239 B
YAML

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: run lint
run: |
pip install tox poetry tox-poetry
tox -e lint