data/.gitea/workflows/generate.yaml

16 lines
419 B
YAML
Raw Normal View History

name: PIS Generate
description: Validates & Organises PIS Codes before creating a release
run-name: PIS_Generator
on:
push:
branches:
- main
jobs:
Testing:
runs-on: ubuntu-latest
steps:
2024-02-22 13:07:53 +00:00
- name: Check out Repo code
uses: actions/checkout@v3
- name: Echo
run: echo "The ${{ gitea.repository }} has been cloned to the runner"