Skip to content

Update Testing Guide reference to WORKFLOW.md #254

Update Testing Guide reference to WORKFLOW.md

Update Testing Guide reference to WORKFLOW.md #254

Workflow file for this run

# This workflow checks that all .h/.cpp files have the SPDX copyright header at the top
name: Copyright
on: [push, pull_request]
jobs:
check-license-lines:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Check License
run: deno run --allow-read jsr:@kt3k/[email protected]