Skip to content

Commit

Permalink
Use docker nmos-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrightwell committed Jun 1, 2023
1 parent 6443c7e commit d18748f
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
name: Lint
on: [push, pull_request, workflow_dispatch]
jobs:
build:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Setup
run: make -C .lint distclean build-tools
- name: Lint
run: make -C .lint lint
- name: Use NMOS Lint
uses: docker://amwa/nmos-lint:latest
env:
GITHUB_BRANCH: ${{ github.ref_name }}

0 comments on commit d18748f

Please sign in to comment.