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

@ -6,7 +6,7 @@ name: Use hatch-version-action
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "*" ]
branches: ["*"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -26,6 +26,6 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: waylonwalker/hatch-version-action@v1
- uses: waylonwalker/hatch-version-action@v3
with:
before-command: "test-lint"