run test lint

This commit is contained in:
Waylon Walker 2022-09-01 15:30:18 -05:00
parent 24bcf58b42
commit 76ba3caa33
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
5 changed files with 41 additions and 3 deletions

View file

@ -27,3 +27,5 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: waylonwalker/hatch-version-action@v1
args:
beforeCommand: "test-lint"