Skip to content

glue: limit derives #8327

glue: limit derives

glue: limit derives #8327

Workflow file for this run

on: [pull_request]
name: SpellCheck
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
RUST_BACKTRACE: 1
jobs:
spell-check:
name: spell check
runs-on: [ubuntu-20.04]
timeout-minutes: 10
env:
FORCE_COLOR: 1
steps:
- uses: actions/checkout@v3
with:
clean: "true"
- run: cargo install typos-cli --version 1.0.11
- name: do spell check with typos-cli 1.0.11
run: typos