11 lines
172 B
YAML
11 lines
172 B
YAML
name: Lint
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
lint:
|
|
uses: reuters-graphics/action-workflows/.github/workflows/lint.yaml@main
|
|
secrets: inherit
|