Merge pull request #111 from TheThingsNetwork/fix/chirpstack #381
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: General | |
on: | |
push: | |
branches: master | |
pull_request: | |
jobs: | |
quality: | |
name: Code Quality | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Check out Code | |
uses: actions/checkout@v4 | |
- name: Editor Config | |
uses: snow-actions/[email protected] | |
- name: Check for diff | |
run: make git.diff |