Update test matrix according to changes to PL-Qiskit plugin #144
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: Ensure templates are not manually changed | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
check-diff: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: Compile and check for changes files | |
run: python compile.py && git diff --quiet |