Skip to content

chore: update jdx/mise-action action to v4.2.0 (#230) #774

chore: update jdx/mise-action action to v4.2.0 (#230)

chore: update jdx/mise-action action to v4.2.0 (#230) #774

name: Check spelling
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
check:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Install mise and setup
uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install: true
install_args: "node cspell"
cache: true
github_token: ${{ secrets.GITHUB_TOKEN }}
env:
MISE_LOCKED: "1"
- name: Check
run: mise spell-check