-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
1,417 additions
and
1,048 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,21 +48,21 @@ jobs: | |
- name: Checkout code | ||
uses: actions/[email protected] | ||
- name: Setup Nix cache | ||
uses: actions/cache@v3.3.2 | ||
uses: actions/cache@v4.0.1 | ||
id: cache-nix | ||
with: | ||
path: ${{ env.NIX_CACHE_DIR }} | ||
key: test-nix | ||
- name: Setup Trunk cache | ||
uses: actions/cache@v3.3.2 | ||
uses: actions/cache@v4.0.1 | ||
with: | ||
path: ${{ env.TRUNK_CACHE_DIR }} | ||
key: test-trunk | ||
- name: Install Nix | ||
uses: cachix/install-nix-action@v24 | ||
uses: cachix/install-nix-action@v26 | ||
with: | ||
github_access_token: ${{ github.token }} | ||
install_url: https://releases.nixos.org/nix/nix-2.19.2/install | ||
install_url: https://releases.nixos.org/nix/nix-2.20.5/install | ||
# See: https://github.com/cachix/install-nix-action/issues/56 | ||
- name: Import Nix store cache | ||
if: steps.cache-nix.outputs.cache-hit == 'true' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
version: 0.1 | ||
cli: | ||
version: 1.18.0 | ||
version: 1.20.1 | ||
plugins: | ||
sources: | ||
- id: trunk | ||
ref: v1.4.0 | ||
ref: v1.4.4 | ||
uri: https://github.com/trunk-io/plugins | ||
runtimes: | ||
enabled: | ||
# Needed for gitleaks, shfmt | ||
- go@1.21.5 | ||
- go@1.22.1 | ||
# Needed for markdownlint, prettier, svgo | ||
- node@20.9.0 | ||
- node@21.7.1 | ||
# Needed for black, ruff, yamllint | ||
- [email protected].1 | ||
- [email protected].6 | ||
lint: | ||
ignore: | ||
- linters: [ALL] | ||
|
@@ -59,32 +59,32 @@ lint: | |
success_codes: [0, 1] | ||
enabled: | ||
# GitHub Actions linting | ||
- [email protected].26 | ||
- [email protected].27 | ||
# Python formatting | ||
- black@23.11.0 | ||
- black@24.2.0 | ||
# Check for whitespace errors | ||
- git-diff-check | ||
# Check for secrets in the code | ||
- [email protected].1 | ||
- [email protected].2 | ||
# Dockerfile linting | ||
- [email protected] | ||
# Markdown linting | ||
- markdownlint@0.37.0 | ||
- markdownlint@0.39.0 | ||
# Nix formatting check | ||
- nix-fmt-check@SYSTEM | ||
# Nix flake check | ||
- nix-flake-check@SYSTEM | ||
# JS, JSON, YAML, Markdown formatting | ||
- [email protected] | ||
# Python linting | ||
- ruff@0.1.7 | ||
- ruff@0.3.2 | ||
# Shell linting | ||
- shellcheck@0.9.0 | ||
- shellcheck@0.10.0 | ||
# Shell formatting | ||
- shfmt@3.7.0 | ||
- shfmt@3.8.0 | ||
# SVG formatting | ||
- svgo@3.0.5 | ||
- svgo@3.2.0 | ||
# TOML formatting | ||
- [email protected] | ||
# YAML linting | ||
- yamllint@1.33.0 | ||
- yamllint@1.35.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.