Skip to content

cleanup(matrix_gen/pkg,ci): refactor matrix_gen code. #2

cleanup(matrix_gen/pkg,ci): refactor matrix_gen code.

cleanup(matrix_gen/pkg,ci): refactor matrix_gen code. #2

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 .