Skip to content

Commit

Permalink
Onboard none-shall-pass to validate hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user authored Feb 18, 2024
1 parent cd27422 commit 5753a30
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/none.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: none-shall-pass

on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '.github/**'

jobs:
none-shall-pass:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: thevickypedia/none-shall-pass@v4

0 comments on commit 5753a30

Please sign in to comment.