Skip to content

Merge pull request #154 from Kartones/renovate/rules_nodejs-6.x #296

Merge pull request #154 from Kartones/renovate/rules_nodejs-6.x

Merge pull request #154 from Kartones/renovate/rules_nodejs-6.x #296

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 //...