mirror of
https://github.com/kd9lsv/awesome-hamradio.git
synced 2025-09-06 23:27:56 -04:00
Add Awesome-Lint to maintain standard to be added to Awesome
This commit is contained in:
parent
d018949029
commit
6e3d88d340
15
.github/workflows/awesome-lint.yaml
vendored
Normal file
15
.github/workflows/awesome-lint.yaml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Awesome Lint
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
awesome-lint-pr:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- run: npx awesome-lint https://github.com/DD5HT/awesome-hamradio
|
Loading…
x
Reference in New Issue
Block a user