Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 246 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 246 Bytes

github-action

Usage

steps:
- name: Run Noir
  uses: noir/github-action@latest
  id: noir
  with:
    base_path: /app
    url: https://www.hahwul.com

- name: Output Handling
  run: echo '${{ steps.broken-link.outputs.output }}'