Skip to content

chore: add MIT license #330

chore: add MIT license

chore: add MIT license #330

Workflow file for this run

name: Typos
# Run on pull requests
on:
pull_request: {}
jobs:
typos:
name: Check for typos
runs-on: ubuntu-latest
steps:
- name: 馃洃 Cancel Previous Runs
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: crate-ci/typos@685eb3d55be2f85191e8c84acb9f44d7756f84ab # v1.29.4
with:
config: .typos.toml