Skip to content

chore(deps): bump actions/setup-go from def8c394e3ad351a79bc93815e4a585520fe993b to 27fdb267c15a8835f1ead03dfa07f89be2bb741a #521

chore(deps): bump actions/setup-go from def8c394e3ad351a79bc93815e4a585520fe993b to 27fdb267c15a8835f1ead03dfa07f89be2bb741a

chore(deps): bump actions/setup-go from def8c394e3ad351a79bc93815e4a585520fe993b to 27fdb267c15a8835f1ead03dfa07f89be2bb741a #521

Workflow file for this run

name: Codespell
# Documentation:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
on: pull_request
jobs:
codespell:
name: Codespell
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
- name: Codespell
uses: codespell-project/actions-codespell@master
with:
skip: .git
check_filenames: true
check_hidden: true