Skip to content

Commit a7fb70b

Browse files
Use docker nmos-lint
1 parent 518b453 commit a7fb70b

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/lint.yml

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
name: Lint
22
on: [push, pull_request, workflow_dispatch]
33
jobs:
4-
build:
4+
lint:
55
runs-on: ubuntu-latest
6+
name: Lint
67
steps:
7-
- name: Checkout
8-
uses: actions/checkout@v2
9-
- name: Install Node.js
10-
uses: actions/setup-node@v1
11-
with:
12-
node-version: '12.x'
13-
- name: Setup
14-
run: make -C .lint distclean build-tools
15-
- name: Lint
16-
run: make -C .lint lint
8+
- name: Use NMOS Lint
9+
uses: docker://amwa/nmos-lint:latest
10+
env:
11+
GITHUB_BRANCH: ${{ github.ref_name }}

0 commit comments

Comments
 (0)