Skip to content

Merge branch 'main' of https://github.com/B0ney/xmodits #422

Merge branch 'main' of https://github.com/B0ney/xmodits

Merge branch 'main' of https://github.com/B0ney/xmodits #422

Workflow file for this run

name: typo-check
on:
push:
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
check-typos:
runs-on: ubuntu-latest
steps:
- name: typos-action
uses: crate-ci/typos@v1.0.4