Skip to content

feat: add tsconfig to relevant packages #3

feat: add tsconfig to relevant packages

feat: add tsconfig to relevant packages #3

Workflow file for this run

name: Main
on:
push:
branches:
- main
paths-ignore:
- "**.md"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: bazel build //...
- run: bazel test //...