You've already forked uapf-validation-ready
Import UAPF package
Initial template import
This commit is contained in:
7
.gitea/template
Normal file
7
.gitea/template
Normal file
@@ -0,0 +1,7 @@
|
||||
# Expand placeholders across docs, manifests, and workflow templates
|
||||
README.md
|
||||
enterprise/**
|
||||
packages/**
|
||||
.github/**
|
||||
.gitea/**
|
||||
tools/**
|
||||
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