Skip to content

Commit

Permalink
refactor: use a actual version not master
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Oct 17, 2023
1 parent 2235877 commit 731fd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: linz/action-pull-request-lint@master
- uses: linz/action-pull-request-lint@v1
with:
conventional: "error" # require conventional pull request title (default: "error" options: "error", "warn", "off")

Expand Down

0 comments on commit 731fd3a

Please sign in to comment.