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

Bump DeterminateSystems/nix-installer-action from 9 to 10 #17

Bump DeterminateSystems/nix-installer-action from 9 to 10

Bump DeterminateSystems/nix-installer-action from 9 to 10 #17

Workflow file for this run

---
name: CI
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
jobs:
formatting-and-quality:
name: Formatting and Quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v10
# Evaluate the devshell here so that the time reported for subsequent
# steps that use it reflect what is actually done there.
- name: Evaluate devshell
run: nix develop
- name: Format
run: nix develop --command treefmt --fail-on-change