mirror of
https://github.com/emacs-twist/org-babel.git
synced 2025-03-05 16:27:07 +00:00
17 lines
276 B
YAML
17 lines
276 B
YAML
|
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
|