Skip to content

Commit

Permalink
Linting and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloPhagula committed Feb 10, 2025
1 parent ddd6f6c commit f4101e7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/linkrot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Linkrot
on:
schedule:
- cron: '0 13 * * MON'
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Fix links
uses: tmcw/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11 changes: 11 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Lint Awesome List
on: [push, pull_request]
jobs:
lint:
name: Awesome Lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- run: npx awesome-lint

0 comments on commit f4101e7

Please sign in to comment.