Skip to content

#3267 i18n: reoganize translations paths, because of Debian/Ubuntu bu… #79

#3267 i18n: reoganize translations paths, because of Debian/Ubuntu bu…

#3267 i18n: reoganize translations paths, because of Debian/Ubuntu bu… #79

Workflow file for this run

name: 📄 Check formatting
on:
push:
branches-ignore:
- release
tags-ignore:
- "*"
pull_request:
workflow_dispatch:
jobs:
format-check:
name: 📄 Check code formatting with "just fmt"
runs-on: ubuntu-latest
steps:
- name: 🧰 Checkout code
uses: actions/checkout@v4
- name: ⚙️ Install Nix
uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: 🔒 Cache dependencies
uses: cachix/cachix-action@v16
with:
name: devenv
- name: 🔧 Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: 🌳 Format code
run: devenv shell "treefmt --ci"