Skip to content

Commit

Permalink
Merge pull request #141 from john0isaac/fix-workflow-flaws
Browse files Browse the repository at this point in the history
fix: workflow error
  • Loading branch information
softchris authored Nov 8, 2023
2 parents 2cdbfa1 + a94b612 commit 5ba1765
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/validate-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@ name: Validate Markdown

on:
# Trigger the workflow on push or pull request
pull_request:
pull_request_target:
branches:
- main
paths:
- '**.md'
- '**.ipynb'

permissions:
contents: read
id-token: write
issues: write
pull-requests: write

jobs:
check-broken-links-job:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 5ba1765

Please sign in to comment.