Compare commits

...

3 Commits

4 changed files with 8 additions and 3 deletions

View File

@ -70,7 +70,7 @@ repos:
# GitHub Actions etc. configuration validity checking
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.1
rev: 0.29.2
hooks:
#- id: check-jsonschema
- id: check-dependabot
@ -95,7 +95,7 @@ repos:
# .editorconfig validity checking
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"
rev: "3.0.3"
hooks:
- id: editorconfig-checker
alias: ec

View File

@ -3,6 +3,10 @@
# script isn't that much above `curl | bash`ing
set -x
# Workaround Chromium selectively understanding --disk-cache-dir=nul
ln -nsfv /dev/null $HOME/nul
ln -nsfv /dev/null $HOME/null
# If my allowed_signers are present, use them, if not, clone them, and try
# again. The gitconfig expects them here.
if [ -d $HOME/src/codeberg.org/Aminda/ssh-allowed_signers ]; then

1
nul Symbolic link
View File

@ -0,0 +1 @@
/dev/null

2
package.json vendored
View File

@ -2,6 +2,6 @@
"devDependencies": {
"@aminda/global-prettier-config": "2024.28.4"
},
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276",
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"prettier": "@aminda/global-prettier-config"
}