Skip to content

Commit

Permalink
ci(debug): debug locale settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Oct 3, 2024
1 parent 14cff2f commit 9b402f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ensure_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Nix binary cache
uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b #v8

- name: Debug locale settings
run: locale

- name: Run treefmt in CI mode
run: nix develop . --impure --command treefmt --ci # In a standard Nix flake project, the --impure flag is not needed. However, using devenv in your flake requires the --impure flag., see https://devenv.sh/guides/using-with-flake-parts/#the-flakenix-file
# or use: https://github.com/cachix/git-hooks.nix?tab=readme-ov-file
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
export RELEASE_COOKIE="1234567890123456789"
export TZDATA_DIR="$PWD/tzdata"
mix deps.get
locale
'';
enterTest = ''
mix test
Expand Down

0 comments on commit 9b402f3

Please sign in to comment.