mirror of
https://github.com/theNewDynamic/awesome-hugo.git
synced 2024-10-01 00:55:43 -04:00
12 lines
214 B
YAML
12 lines
214 B
YAML
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 |