Skip to content

Commit 1e29c0f

Browse files
committed
ci(test): Run workflow directly from repository
Running workflow directly from local repository to make development & fixes easier
1 parent 11ac293 commit 1e29c0f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/checkout@v4
52-
- uses: coolapso/convcommitlint@main
53-
continue-on-error: true
52+
- uses: ./
53+
env:
54+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5455

0 commit comments

Comments
 (0)