Skip to content

Merge pull request #2 from qryxip/first-implementation #19

Merge pull request #2 from qryxip/first-implementation

Merge pull request #2 from qryxip/first-implementation #19

Workflow file for this run

name: typos
on:
push:
branches:
- main
pull_request:
jobs:
typos:
name: typos
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: typos
uses: crate-ci/typos@master