Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Merge pull request #25 from kachick/closing #91

Merge pull request #25 from kachick/closing

Merge pull request #25 from kachick/closing #91

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
dprint:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dprint/check@v2.2
with:
# Keep same version as used in *.nix
dprint-version: '0.40.0'
typos:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Keep same version as used in *.nix
- uses: crate-ci/typos@v1.16.2
with:
files: |
.
.github
.vscode