Skip to content

chore: copy pre-commit setup from rules-template (#107) #154

chore: copy pre-commit setup from rules-template (#107)

chore: copy pre-commit setup from rules-template (#107) #154

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it
- uses: actions/checkout@v4
- name: Run tests
run: bazel test //...
- name: Run integration tests
run: ./test.sh