Skip to content

Validation

Validation #172

Workflow file for this run

---
name: Validation
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch:
inputs:
debug:
type: boolean
required: false
default: false
schedule:
- cron: '0 0 * * 1'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
validate:
if: github.event.repository.fork == false
name: Validate
uses: buluma/GitHub-Actions/.github/workflows/validate.yaml@master