Skip to content

Add files via upload #37

Add files via upload

Add files via upload #37

Workflow file for this run

name: Batch Syntax Check
on:
push:
pull_request:
jobs:
lint:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Run n3ofetch for smoke test
run: cmd /c "call n3ofetch.bat || exit /b 1"