Skip to content

Fix: fix history page style. (#2797) #313

Fix: fix history page style. (#2797)

Fix: fix history page style. (#2797) #313

Workflow file for this run

name: Check spell
on:
- pull_request
- push
jobs:
run:
name: Check spell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: changed-files
uses: tj-actions/changed-files@v36
- uses: crate-ci/typos@master
with:
files: ${{ steps.changed-files.outputs.all_changed_files }}