mirror of
https://github.com/kd9lsv/awesome-hamradio.git
synced 2025-04-05 02:58:30 -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…
Reference in New Issue
Block a user