Files
Civ/.github/workflows/on_pr_updated.yaml
AngrySoundTech dff5453a8f Add Yaml lint
2024-02-24 12:03:04 -05:00

17 lines
341 B
YAML

name: ⬇️ PR Updated
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
call_gradle_check:
name: ☎️ Call Gradle Check
uses: ./.github/workflows/check_gradle_all.yaml
secrets: inherit
call_lint_yaml:
name: ☎️ Call Lint Yaml
uses: ./.github/workflows/lint_yaml.yaml
secrets: inherit