mirror of
https://github.com/emacs-twist/org-babel.git
synced 2024-12-14 11:07:30 +00:00
ci: Add a workflow for linting
This commit is contained in:
parent
08bbb92325
commit
a5d16c54ac
1 changed files with 16 additions and 0 deletions
16
.github/workflows/lint.yml
vendored
Normal file
16
.github/workflows/lint.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Lint
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'README.*'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'README.*'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
lint:
|
||||
uses: emacs-twist/internal/.github/workflows/check.yml@master
|
||||
with:
|
||||
package: linters
|
Loading…
Reference in a new issue