Skip to content

Merge pull request #2033 from moreal/ci/gh-actions/check-typos #2

Merge pull request #2033 from moreal/ci/gh-actions/check-typos

Merge pull request #2033 from moreal/ci/gh-actions/check-typos #2

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check typos
uses: crate-ci/[email protected]