Skip to content

sdk/trace/x: Adding GoDev badge. #19635

sdk/trace/x: Adding GoDev badge.

sdk/trace/x: Adding GoDev badge. #19635

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
# Declare default permissions as read only.
permissions: read-all
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Codespell
run: make codespell
- run: make check-clean-work-tree