Merge pull request #516 from nicost/ArduinoMagnifier #102
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: Misc checks | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
check-utf8-encoding: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: ./tools/check-utf8.sh |