Skip to content

Commit 8204800

Browse files
committed
Check format
Type: chore
1 parent 9be7cfb commit 8204800

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ on:
33
push:
44
branches:
55
- main
6-
- 'releases/*'
76
jobs:
7+
format:
8+
runs-on: ubuntu-22.04
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: cachix/install-nix-action@v30
12+
- run: nix fmt -- . --check
813
list-determinate-shells:
914
runs-on: ubuntu-22.04
1015
outputs:

0 commit comments

Comments
 (0)