Skip to content

Commit

Permalink
Merge pull request #155 from RedHatInsights/ci/fix-cc-checks
Browse files Browse the repository at this point in the history
build(ci): fix the conventional commit checks
  • Loading branch information
jponge authored Nov 13, 2023
2 parents 28e0da1 + 4ffebeb commit 492e5b1
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 492e5b1

Please sign in to comment.