use the plugin from my repo as joachimvu is not resigning to pull req… #218
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: CI | |
on: | |
push: | |
branches: | |
- glyphs3 | |
- master | |
pull_request: | |
branches: | |
- glyphs3 | |
- master | |
workflow_dispatch: | |
jobs: | |
build: | |
name: Validation | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Lint Property List | |
run: plutil -lint packages.plist |