Skip to content

Commit

Permalink
Update GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpsene authored Nov 13, 2024
1 parent 9a4c248 commit 8279d65
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/general_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: General Request
description: A template for miscellaneous requests not covered by existing categories
title: "[Request] - SHORT TITLE HERE"
labels: ["enhancement"]
assignees: ["thong-phn","rpsene"]
assignees: ["rpsene"]
body:
- type: input
id: contact
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new_tutorial_resource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Addition of new RISC-V tutorial resource
description: A template to request the addition of a new RISC-V tutorial resource to the compiled list of resources
title: "[New RISC-V Tutorial Resource] - SHORT RESOURCE TITLE HERE"
labels: ["new resource","documentation"]
assignees: ["thong-phn","rpsene"]
assignees: ["rpsene"]
body:
- type: markdown
attributes:
Expand Down
19 changes: 10 additions & 9 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Check Markdown links
on: push

name: Check Markdown Links
on: [pull_request, push]
jobs:
markdown-link-check:
check-links:
name: runner / linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: './.github/workflows/mlc_config.json'
- uses: actions/checkout@v4
- name: Run Linkspector
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-pr-review
fail_on_error: true

0 comments on commit 8279d65

Please sign in to comment.