Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hkfb/velo.gl into semantic_release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Mar 14, 2024
2 parents 4bbf7b0 + 9785beb commit 6009528
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/conventional_commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Conventional Commits

on:
pull_request:
branches: [ main ]

jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: webiny/[email protected]

0 comments on commit 6009528

Please sign in to comment.