This commit is contained in:
Waylon Walker 2023-01-22 16:47:57 -06:00
parent e288594133
commit d8e735cdd8
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -26,6 +26,6 @@ jobs:
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: waylonwalker/hatch-version-action@v1 - uses: waylonwalker/hatch-version-action@v3
with: with:
before-command: "test-lint" before-command: "test-lint"