Enable more formatters
All checks were successful
CI / build (push) Successful in 1m20s

This commit is contained in:
Fabian Hauser 2025-03-03 23:50:23 +02:00
parent e02d86dffd
commit a2a2813b6a
6 changed files with 11 additions and 10 deletions

View file

@ -1,12 +1,9 @@
name: CI
on:
push:
defaults:
run:
shell: nix develop --command bash -c "{0}"
jobs:
build:
runs-on: nix
@ -16,7 +13,6 @@ jobs:
with:
token: ${{ secrets.CI_TOKEN }}
lfs: false
- name: Setup Attic Cache
env:
CACHE_NAME: fabianhauser
@ -26,6 +22,5 @@ jobs:
run: |
attic login "$CACHE_NAME" "$SERVER" "$ATTIC_AUTH_TOKEN"
attic use "$CACHE_REPOSITORY"
- name: Run Checks
run: nix-fast-build --no-nom --max-jobs 1 --skip-cached --attic-cache fabianhauser:dotfiles

View file

@ -76,6 +76,9 @@
programs = {
nixfmt.enable = true;
deadnix.enable = true;
jsonfmt.enable = true;
yamlfmt.enable = true;
mdformat.enable = true;
};
settings.global.excludes = [ "*.jpg" ];
};

View file

@ -4427,4 +4427,4 @@
}
}
}
}
}

View file

@ -7527,4 +7527,4 @@
}
}
}
}
}

View file

@ -1,9 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": [
"config:recommended"
],
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:weekly"],
"extends": [
"schedule:weekly"
],
"automerge": true
},
"cloneSubmodules": true,

View file

@ -1,4 +1,3 @@
# Setup
See https://github.com/nix-community/lanzaboote/blob/master/docs/QUICK_START.md for instructions on how to enroll lanzaboote secure boot.