Skip to content

Commit

Permalink
ci(commitlint): update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Oct 11, 2023
1 parent 1df9861 commit c69928d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ name: Commitlint
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v1
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5

0 comments on commit c69928d

Please sign in to comment.