Skip to content

docs: add license header and spdx id #4

docs: add license header and spdx id

docs: add license header and spdx id #4

Workflow file for this run

name: Matrix-gen CI
on:
pull_request:
paths:
- 'matrix_gen/**'
jobs:
build-matrix-gen:
runs-on: ubuntu-latest
steps:
- name: Checkout repo ⤵️
uses: actions/checkout@v3
- name: Build matrix_gen
working-directory: ./matrix_gen
run: go build .