Skip to content

Test with normpath instead of abspath #14

Test with normpath instead of abspath

Test with normpath instead of abspath #14

name: Lint
on: [push, pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: "3.10"
- name: Linting
run: |
pip install pre-commit
pre-commit run --all-files