Skip to content

Commit

Permalink
Merge pull request #111 from koblas/new_commit
Browse files Browse the repository at this point in the history
build: fix github actions
  • Loading branch information
koblas authored Dec 4, 2023
2 parents 9376837 + 358d2f6 commit a860a9a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/commit_message.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Commit Message

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Semantic Release PR Title Check
uses: osl-incubator/[email protected]
File renamed without changes.

0 comments on commit a860a9a

Please sign in to comment.