Skip to content

feat: fix issues of new ui #57

feat: fix issues of new ui

feat: fix issues of new ui #57

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 }}