Add UC8179, UC8151, and SSD1683 #537
This file contains hidden or 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: Linting and Backwards-Compatibility Checks | |
| on: [pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout | |
| if: success() | |
| uses: actions/checkout@v1 | |
| with: | |
| ref: master | |
| - name: checkout-master | |
| if: success() | |
| run: git checkout master | |
| - name: checkout | |
| if: success() | |
| uses: actions/checkout@v1 | |
| - name: make local | |
| if: success() | |
| run: make local |