Skip to content

feat: switched to pure-rust systemstat (#494) #712

feat: switched to pure-rust systemstat (#494)

feat: switched to pure-rust systemstat (#494) #712

Workflow file for this run

name: Typos
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
typos:
runs-on: ubuntu-22.04
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- name: Check spelling issues
uses: crate-ci/[email protected]