Skip to content

Merge pull request #217 from kachick/correct-shells #517

Merge pull request #217 from kachick/correct-shells

Merge pull request #217 from kachick/correct-shells #517

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
dprint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: dprint/[email protected]
with:
# Keep same version as used in *.nix
dprint-version: '0.39.1'
typos:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Keep same version as used in *.nix
- uses: crate-ci/[email protected]