Skip to content

Add summary support in the OpenCensus bridge #1548

Add summary support in the OpenCensus bridge

Add summary support in the OpenCensus bridge #1548

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Codespell
run: make codespell