Skip to content

chore(deps): update module github.com/fxamacker/cbor/v2 to v2.9.3 (#9… #15768

chore(deps): update module github.com/fxamacker/cbor/v2 to v2.9.3 (#9…

chore(deps): update module github.com/fxamacker/cbor/v2 to v2.9.3 (#9… #15768

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
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