mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-14 01:17:05 +00:00
13 lines
213 B
YAML
13 lines
213 B
YAML
|
name: CI
|
||
|
on:
|
||
|
pull_request:
|
||
|
branches: [main]
|
||
|
jobs:
|
||
|
Awesome_Lint:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
with:
|
||
|
fetch-depth: 0
|
||
|
- run: npx awesome-lint
|