Skip to content

Commit 88eda74

Browse files
committed
chore: split jobs
Signed-off-by: Ben Meier <ben.meier@humanitec.com>
1 parent 6b15aac commit 88eda74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2323

24+
jsonschema:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- uses: actions/checkout@v3
2428
- name: Setup Go
2529
uses: actions/setup-go@v5
2630
with:

0 commit comments

Comments
 (0)