Skip to content

Prefer allow-style lint for CI trigger #23

Prefer allow-style lint for CI trigger

Prefer allow-style lint for CI trigger #23

Workflow file for this run

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