Skip to content

Merge pull request #7 from AMWA-TV/1.0-dev-AF #32

Merge pull request #7 from AMWA-TV/1.0-dev-AF

Merge pull request #7 from AMWA-TV/1.0-dev-AF #32

Workflow file for this run

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 }}