djLint/.github/workflows/lint.yml
Christopher Pickering 0b3dfd68ef
updated workflows
2021-09-17 09:43:11 +02:00

14 lines
223 B
YAML

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