Skip to content

Bump astral-sh/setup-uv from 7.1.6 to 7.2.1 in /template/.github/workflows #268

Bump astral-sh/setup-uv from 7.1.6 to 7.2.1 in /template/.github/workflows

Bump astral-sh/setup-uv from 7.1.6 to 7.2.1 in /template/.github/workflows #268

Workflow file for this run

name: Codespell
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
env:
CLICOLOR: 1
permissions: {}
jobs:
codespell:
name: Spell check with codespell
runs-on: ubuntu-latest
permissions:
contents: read
steps:
# https://github.com/actions/checkout
- name: Checkout
uses: actions/checkout@v6.0.1
with:
persist-credentials: false
# https://github.com/codespell-project/actions-codespell
- name: Run codespell on Repo
uses: codespell-project/actions-codespell@v2.2
with:
skip: '*.js'