mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
Compare commits
5 Commits
feature/re
...
feature/im
| Author | SHA1 | Date | |
|---|---|---|---|
| b9f95b3821 | |||
| 0b537dd008 | |||
| 35004941ca | |||
| 1d41bc7b5e | |||
| 49d2d79211 |
7
.github/workflows/treefmt.yml
vendored
7
.github/workflows/treefmt.yml
vendored
@@ -1,4 +1,5 @@
|
||||
name: treefmt
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
@@ -11,5 +12,9 @@ jobs:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: get_treefmt_version
|
||||
run: treefmt --version
|
||||
- name: get_nixfmt_version
|
||||
run: nixfmt --version
|
||||
- name: runs treefmt
|
||||
run: "treefmt --ci"
|
||||
run: treefmt --ci $( [ -n "$ACTIONS_RUNNER_DEBUG" ] && echo -vv )
|
||||
|
||||
Reference in New Issue
Block a user