mirror of
https://github.com/theNewDynamic/awesome-hugo.git
synced 2025-01-23 12:51:00 -05:00
Add linter to actions
This commit is contained in:
parent
7f175cc31b
commit
dbf51d6a75
12
.github/workflows/main.yml
vendored
Normal file
12
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: CI
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
jobs:
|
||||
Awesome_Lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: npx awesome-lint
|
Loading…
Reference in New Issue
Block a user