Compare commits

..

1 Commits

Author SHA1 Message Date
6e5a8429b3 added merge_group to build_systems and treefmt 2025-07-28 12:50:21 -04:00
5 changed files with 5 additions and 10 deletions

View File

@@ -2,6 +2,7 @@ name: build_systems
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
merge_group:
push: push:
branches: [main] branches: [main]
schedule: schedule:

View File

@@ -1,8 +1,8 @@
name: treefmt name: treefmt
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
merge_group:
push: push:
branches: [main] branches: [main]
@@ -12,9 +12,5 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: get_treefmt_version
run: treefmt --version
- name: get_nixfmt_version
run: nixfmt --version
- name: runs treefmt - name: runs treefmt
run: treefmt --ci $( [ -n "$ACTIONS_RUNNER_DEBUG" ] && echo -vv ) run: "treefmt --ci"

View File

@@ -5,7 +5,5 @@
randomizedDelaySec = "1h"; randomizedDelaySec = "1h";
persistent = true; persistent = true;
flake = "github:RichieCahill/dotfiles"; flake = "github:RichieCahill/dotfiles";
allowReboot = true;
dates = "Sat *-*-* 06:00:00";
}; };
} }

View File

@@ -5,7 +5,6 @@
../../common/optional/docker.nix ../../common/optional/docker.nix
../../common/optional/ssh_decrypt.nix ../../common/optional/ssh_decrypt.nix
../../common/optional/syncthing_base.nix ../../common/optional/syncthing_base.nix
../../common/optional/update.nix
../../common/optional/zerotier.nix ../../common/optional/zerotier.nix
./docker ./docker
./services ./services

View File

@@ -12,7 +12,8 @@
discord-canary discord-canary
gimp gimp
gparted gparted
# jetbrains.datagrip jetbrains.datagrip
ladybird
mediainfo mediainfo
nemo nemo
nemo-fileroller nemo-fileroller