chromebook-ucm-conf/.github/workflows/validate-ucm.yml

18 lines
326 B
YAML

name: Validate UCM
on:
push:
branches: ["main"]
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install pcregrep
run: sudo apt install -y pcregrep
- name: Validate UCM config
run: bash validate-ucm.sh