You've already forked uapf-validation-ready
Import UAPF package
Initial template import
This commit is contained in:
13
.gitea/workflows/validate.yml
Normal file
13
.gitea/workflows/validate.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Validate Process Assets
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run validation
|
||||
run: tools/validate.sh
|
||||
Reference in New Issue
Block a user