Skip to content

Commit 398f870

Browse files
committed
chore: split pre-commit workflow into license and format jobs
1 parent 2fb1882 commit 398f870

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
name: precommit
66
on: [push, workflow_call]
77
jobs:
8-
general:
9-
uses: xenoterracide/github/.github/workflows/pre-commit.yml@develop
8+
license:
9+
uses: xenoterracide/github/.github/workflows/license.yml@develop
10+
format:
11+
uses: xenoterracide/github/.github/workflows/format.yml@develop
1012
format-kotlin:
1113
runs-on: ubuntu-24.04
1214
steps:

0 commit comments

Comments
 (0)