kind: pipeline name: default type: exec steps: - name: lfs commands: - git lfs install - git lfs pull - name: lint commands: - ./lint.sh - name: build commands: - nix build -L - readlink -f result