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

18 lines
326 B
YAML
Raw Permalink Normal View History

2023-08-23 02:47:30 +00:00
name: Validate UCM
on:
push:
branches: ["main"]
pull_request:
2023-08-23 02:47:30 +00:00
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
2023-08-23 13:18:59 +00:00
- name: Install pcregrep
run: sudo apt install -y pcregrep
2023-08-23 02:47:30 +00:00
- name: Validate UCM config
run: bash validate-ucm.sh