1 parent 9c26229 commit c8d5828Copy full SHA for c8d5828
2 files changed
.github/workflows/links.yml
@@ -0,0 +1,15 @@
1
+name: Check Links
2
+on:
3
+ schedule:
4
+ - cron: '0 0 1 * *'
5
+ workflow_dispatch:
6
+ push:
7
+ branches: [main]
8
+jobs:
9
+ check:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v4
13
+ - uses: lycheeverse/lychee-action@v2
14
+ with:
15
+ fail: true
.github/workflows/lint.yml
@@ -0,0 +1,12 @@
+name: Lint Awesome List
+ pull_request:
+ lint:
+ - run: npx awesome-lint
0 commit comments