mirror of
https://github.com/egeerardyn/awesome-LaTeX.git
synced 2025-04-19 11:38:05 +02:00
14 lines
No EOL
255 B
YAML
14 lines
No EOL
255 B
YAML
name: awesome-lint
|
|
on:
|
|
pull_request:
|
|
branches: [master]
|
|
pull:
|
|
branches: [master]
|
|
jobs:
|
|
Awesome_Lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 0
|
|
- run: npx awesome-lint |