Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Setup develop environment with Nix flake #8

Setup develop environment with Nix flake

Setup develop environment with Nix flake #8

Workflow file for this run

name: dprint
on:
push:
branches: [main]
pull_request:
jobs:
check:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dprint/check@v2.2
with:
dprint-version: '0.36.1'