Skip to content

Use built-in DF cache for file metadata and fix metrics wiring #4184

Use built-in DF cache for file metadata and fix metrics wiring

Use built-in DF cache for file metadata and fix metrics wiring #4184

Workflow file for this run

name: Typo check
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
on: [pull_request]
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v6
- name: Spell Check Repo
uses: crate-ci/typos@v1.41.0