Skip to content

Merge pull request #157 from Kartones/renovate/aspect_rules_ts-3.x #309

Merge pull request #157 from Kartones/renovate/aspect_rules_ts-3.x

Merge pull request #157 from Kartones/renovate/aspect_rules_ts-3.x #309

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: bazel test //...
run: bazel test //...