Skip to content

chore(ci): optimize caching to reduce cache count #20

chore(ci): optimize caching to reduce cache count

chore(ci): optimize caching to reduce cache count #20

Workflow file for this run

name: chores
# Trigger whenever a PR is changed (title as well as new / changed commits)
on:
pull_request:
jobs:
typos:
name: Spell Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Check spelling
uses: crate-ci/typos@v1