Skip to content

Rename step from 'Run clippy' to 'Check formatting' #49

Rename step from 'Run clippy' to 'Check formatting'

Rename step from 'Run clippy' to 'Check formatting' #49

Workflow file for this run

name: spellcheck
on: [push, pull_request]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Run typos check
uses: crate-ci/typos@v1.31.1