Skip to content

Merge pull request #2046 from moreal/ci/gh-actions/fix-workflow-syntax #46

Merge pull request #2046 from moreal/ci/gh-actions/fix-workflow-syntax

Merge pull request #2046 from moreal/ci/gh-actions/fix-workflow-syntax #46

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]