Skip to content

Commit

Permalink
Merge pull request #1 from allthatjazzleo/dev
Browse files Browse the repository at this point in the history
add ci
  • Loading branch information
allthatjazzleo authored Dec 26, 2023
2 parents f988f99 + 77d83b4 commit dbd529f
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 dbd529f

Please sign in to comment.