Skip to content

Commit 8092e4b

Browse files
committed
ci: Use test build to test commits
Use the test build to test commits and make sure the linter is working properly instead of checking with stable branch. Separate test for action to be added later of necessary
1 parent 0bc43e4 commit 8092e4b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,5 @@ jobs:
4545
- name: test build
4646
run: go build -o convcommitlint
4747

48-
convcommitlint:
49-
runs-on: ubuntu-latest
50-
steps:
51-
- uses: actions/checkout@v4
52-
- uses: ./
53-
env:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
48+
- name: check commits
49+
run: ./convcommitlint -b main --create-review="true" --comment-drafts="false"

0 commit comments

Comments
 (0)