Skip to content

Commit

Permalink
Merge pull request #4 from faast-rt/feature/improve-ci
Browse files Browse the repository at this point in the history
feat(ci): add conventional commits check
  • Loading branch information
iverly authored Oct 24, 2023
2 parents 5f7ec92 + 9b7ef7c commit 3e83f26
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check

on:
pull_request:
branches: [master]
types: [opened, edited, synchronize]

jobs:
check-for-cc:
runs-on: ubuntu-latest
steps:
- name: Check for conventional commits
uses: agenthunt/conventional-commit-checker-action@v1.0.0

0 comments on commit 3e83f26

Please sign in to comment.