Skip to content

Commit

Permalink
Lint all branches again
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrightwell committed Jun 1, 2023
1 parent b113a3d commit 905e3d3
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
name: Lint
on:
workflow_dispatch:

push:
branches:
- 'v[0-9]+.[0-9]+-dev'
- 'v[0-9]+.[0-9]+.x'
- 'publish-*'
tags:
- 'v[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+'
release:
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 }}
- name: Use NMOS Lint
uses: docker://amwa/nmos-lint:latest
env:
GITHUB_BRANCH: ${{ github.ref_name }}

0 comments on commit 905e3d3

Please sign in to comment.