Skip to content

Commit

Permalink
build(ci): fix the conventional commit checks
Browse files Browse the repository at this point in the history
Merged it with the action we use for SmallRye Mutiny into
the pull-request workflow.
  • Loading branch information
jponge committed Nov 13, 2023
1 parent 28e0da1 commit 4ffebeb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/check-pull-request-conventional-commits.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
name: Pull request check

on:
pull_request:

jobs:

conventional-commits:
runs-on: ubuntu-latest
name: Check conventional commits
steps:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v5

build:
name: Pull request check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4ffebeb

Please sign in to comment.