Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatjazzleo committed Dec 26, 2023
1 parent f988f99 commit 77d83b4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Run fmt-ci

on:
push:
branches:
- main
- dev
tags:
- "v*.*.*"
pull_request:
branches:
- main

jobs:
check_nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run `fmt-ci`
run: nix develop --command fmt-ci

0 comments on commit 77d83b4

Please sign in to comment.