artifactview/crates/async_zip/.github/workflows/ci-typos.yml
2024-05-28 12:30:14 +02:00

24 lines
333 B
YAML

name: typos (Linux)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install typos
run: cargo install typos-cli
- name: Run typos
run: typos --format brief