Skip to content

Add gh-aw action setup version 0.37.21 to actions-lock.json #147

Add gh-aw action setup version 0.37.21 to actions-lock.json

Add gh-aw action setup version 0.37.21 to actions-lock.json #147

Workflow file for this run

name: Typos
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check for typos
uses: crate-ci/typos@v1.29.4