Skip to content

chore(deps): bump golang.org/x/net from 0.0.0-20220809184613-07c6da5e1ced to 0.23.0 in /golang #602

chore(deps): bump golang.org/x/net from 0.0.0-20220809184613-07c6da5e1ced to 0.23.0 in /golang

chore(deps): bump golang.org/x/net from 0.0.0-20220809184613-07c6da5e1ced to 0.23.0 in /golang #602

name: CodeSpell Check
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- master
jobs:
codespell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install CodeSpell
run: pip install codespell
- name: Run CodeSpell
run: |
codespell --quiet-level=2 \
--skip "./cpp/third_party,./style/codespell/ignore_words.txt,./.git" \
--ignore-words ./style/codespell/ignore_words.txt \
--exclude-file ./style/codespell/exclude_file.txt \