Skip to content

Commit a904a1b

Browse files
authored
Merge pull request #34 from free5gc/fix/actions-adjust
fix: actions adjust and add commit msg check
2 parents bc1afea + eb5f738 commit a904a1b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Diff for: .github/workflows/commit-msg-check.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 'Commit Message Check'
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
build:
8+
name: Conventional Commits
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: webiny/[email protected]

Diff for: .github/workflows/go.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ main ]
66
pull_request:
7-
branches: [ main ]
87

98
jobs:
109
build:

Diff for: .github/workflows/golangci-lint.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- v*
77
branches: [ main ]
88
pull_request:
9-
branches: [ main ]
109

1110
jobs:
1211
golangci:

0 commit comments

Comments
 (0)