Skip to content

feat: add-module command (#2) #7

feat: add-module command (#2)

feat: add-module command (#2) #7

Workflow file for this run

name: main
on: [push]
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: bazelisk build ...