This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
platform: add glk #30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |