adyya-flake/.forgejo/workflows/check.yaml
Workflow config file is invalid. Please check your config file: yaml: line 11: mapping values are not allowed in this context
2024-11-26 14:04:13 +02:00

12 lines
No EOL
282 B
YAML

on:
push:
pull_request_target:
jobs:
format:
name: "nix fmt"
steps:
- name: Checkout repository
uses: Ittihadyya/checkout@v4
- name: Install Nix
uses: Ittihadyya/nix-installer-action@main
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check