Skip to content

Commit

Permalink
ci: setup conventional commits pipeline (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
csirianni authored Oct 9, 2023
1 parent bdc33d3 commit f19306e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Conventional Commits

on: [pull_request, push]

jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/[email protected]

0 comments on commit f19306e

Please sign in to comment.