Skip to content

Commit

Permalink
add required sections to linkcheck workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
anissa111 committed Jan 12, 2024
1 parent eca22c5 commit 691ddc7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/link-chcker.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
name: link-checker

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
link-checker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 691ddc7

Please sign in to comment.