Skip to content

fix pre-commit action version in spellcheck action #19

fix pre-commit action version in spellcheck action

fix pre-commit action version in spellcheck action #19

Workflow file for this run

name: Spellcheck
on:
push:
paths:
- "**.md"
- ".github/workflows/spellcheck.yml"
branches:
- main
pull_request:
paths:
- "**.md"
- ".github/workflows/spellcheck.yml"
branches:
- main
defaults:
run:
shell: bash
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.1
with:
extra_args: vale --all-files