shlax/.pre-commit-hooks.yaml
jpic 984f09d704 Refactor output and call
Each action has its own output from now on.
2020-02-15 01:04:52 +01:00

6 lines
166 B
YAML

- id: shlaxfile-gitlabci
name: Regenerate .gitlab-ci.yml
description: Regenerate gitlabci
entry: pip install -e . && ./shlaxfile.py gitlabci
language: python