diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 40f6267..b3f731c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"