Remove statement around IS-04 shared model and simplify #283
Workflow file for this run
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: Lint | |
| on: [push, pull_request, workflow_dispatch] | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| name: Lint | |
| steps: | |
| - name: Use NMOS Lint | |
| uses: docker://amwa/nmos-lint:latest | |
| env: | |
| GITHUB_BRANCH: ${{ github.ref_name }} |