Raise error for PennyLaneDeprecationWarning in rc tests #81
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 |