Skip to content

fix workflow

fix workflow #773

Workflow file for this run

name: Typos
on:
push:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Check spelling
uses: crate-ci/typos@master