aboutsummaryrefslogtreecommitdiff
path: root/tasks/nixpkgs-fmt/task.yml
blob: f7f04b4ff4904a2b902ca0d6f324c237d18aff09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
platform: linux
image_resource:
  type: registry-image
  source:
    repository: docker.io/chn2guevara/nixci
    tag: latest

inputs:
  - name: file-path

run:
  path: bash
  args:
    - -eufo
    - pipefail
    - -c
    - |
      nixpkgs-fmt --check ${FILE_PATH}

params:
  FILE_PATH: file-path