Skip to content

Added missing copyright headers #2

Added missing copyright headers

Added missing copyright headers #2

Workflow file for this run

name: On Push
on: [push]
jobs:
build:
name: Push
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
uses: ./.github/workflows/build.yml
with:
os: ${{ matrix.os }}