mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-09 12:19:18 +00:00
Add typos CI
This commit is contained in:
parent
e2eead2590
commit
6022446a05
20
.github/workflows/typo.yml
vendored
Normal file
20
.github/workflows/typo.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
name: Typo
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
RUST_BACKTRACE: "full"
|
||||
|
||||
jobs:
|
||||
typo:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Check Typos
|
||||
uses: crate-ci/typos@master
|
||||
Loading…
x
Reference in New Issue
Block a user