server/.github/workflows/lint.yml
Jana Dönszelmann bc9e9f02eb
Some checks are pending
/ lint (push) Waiting to run
retry
2025-08-20 11:57:58 +02:00

7 lines
130 B
YAML

on: [push]
jobs:
lint:
runs-on: nixos-latest
steps:
- uses: actions/checkout@v4
- run: nix fmt -- --check .