Skip to content

Commit

Permalink
Update action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
struffel committed Sep 26, 2024
1 parent e0c909a commit 3c29c5f
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Markdown and JSON validation
on: [pull_request]
jobs:
validate-markdown-links:
name: runner / linkspector
permissions:
contents: read
name: Linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -16,10 +14,9 @@ jobs:
fail_on_error: true
validate-json-schema:
name: Validate JSON schema
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check for any changed json schema files
id: check-for-changed-schemas
uses: tj-actions/changed-files@v41
Expand Down

0 comments on commit 3c29c5f

Please sign in to comment.