adyya-flake/.forgejo/workflows/check.yaml
Workflow config file is invalid. Please check your config file: yaml: line 7: mapping values are not allowed in this context
Ittihadyya 99e75db289
Some checks failed
Update .lock file / flake-update (push) Failing after 41s
maybe like this?
2024-11-26 15:05:23 +02:00

15 lines
No EOL
444 B
YAML

on:
push:
pull_request_target:
jobs:
format:
runs-on: ubuntu-latest
name: "nix fmt"
steps:
- name: Checkout repository
uses: actions/checkout@v4 # something is strange. for some reason
- name: Install Nix
uses: https://git.collective-conciousness.monster/Ittihadyya/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check