ci: update release and add commit check job
This commit is contained in:
9
.gitea/workflows/check-commits.yml
Normal file
9
.gitea/workflows/check-commits.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
name: check-commits
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check-commits:
|
||||||
|
name: Check commits
|
||||||
|
uses: xaked/actions/.gitea/workflows/cog-check.yml@2.0.0
|
||||||
@@ -12,4 +12,4 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
name: Release a new version
|
name: Release a new version
|
||||||
needs: build
|
needs: build
|
||||||
uses: xaked/actions/.gitea/workflows/release.yml@2.0.0
|
uses: xaked/actions/.gitea/workflows/cog-release.yml@2.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user