Skip to content

chore: bump actions/checkout from 6 to 7 #329

chore: bump actions/checkout from 6 to 7

chore: bump actions/checkout from 6 to 7 #329

Workflow file for this run

name: Check typos
on:
pull_request:
branches:
- main
jobs:
check-typos:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Check for typos
uses: crate-ci/typos@v1