This commit is contained in:
parent
0e667b0db9
commit
4fd33e6ceb
1 changed files with 7 additions and 7 deletions
|
@ -15,10 +15,10 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: 'main'
|
ref: 'main'
|
||||||
- name: direnv
|
- name: dev
|
||||||
run: direnv allow
|
uses: actions/nix/develop@main
|
||||||
- name: treefmt
|
with:
|
||||||
run: |
|
flake: .
|
||||||
echo "##[group]direnv/treefmt"
|
run: |
|
||||||
direnv allow
|
direnv allow
|
||||||
treefmt
|
treefmt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue