Skip to content

Enable search highlighting in log viewer #5

Enable search highlighting in log viewer

Enable search highlighting in log viewer #5

Workflow file for this run

name: Check `nph` formatting
on:
pull_request:
paths:
- '.github/workflows/nph.yaml'
- 'src/**'
- 'tests/**'
jobs:
nph:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check `nph` formatting
uses: arnetheduck/nph-action@v1
with:
version: latest
options: "src/ tests/"
fail: true
suggest: true