Skip to content

ci: add Github Action to check license header #1

ci: add Github Action to check license header

ci: add Github Action to check license header #1

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Check license header
on:
push:
paths:
- ".github/workflows/license-header.yml"
- ".github/license-check"
- "cmd/**"
- "internal/**"
- "offchain/**"
jobs:
check-copyright:
runs-on: ubuntu-latest
steps:
- uses: viperproject/check-license-header@v2
with:
path: ./
config: .github/license-check/config.json