Skip to content

Commit d1b1950

Browse files
chore(ci/cd): add static-analysis workflow
1 parent 7f185ac commit d1b1950

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Static Analysis
2+
3+
on:
4+
push:
5+
branches:
6+
- "**"
7+
pull_request:
8+
branches:
9+
- "**"
10+
jobs:
11+
format:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: cachix/install-nix-action@v31
16+
17+
- name: lint
18+
run: |
19+
nix develop --impure -c treefmt --ci --config-file treefmt.lint.toml

0 commit comments

Comments
 (0)