CI #12

Merged
sev merged 2 commits from ci into master 5 years ago
  1. 0
      .ci/lint-shell.sh
  2. 0
      .ci/lint-yaml.sh
  3. 0
      .ci/yamllint.yml
  4. 4
      .woodpecker.yml

0
.drone/lint-shell.sh → .ci/lint-shell.sh

0
.drone/lint-yaml.sh → .ci/lint-yaml.sh

0
.drone/yamllint.yml → .ci/yamllint.yml

4
.drone.yml → .woodpecker.yml

@ -5,14 +5,14 @@ pipeline:
group: lint
commands:
- apk add --no-cache bash
- bash ./.drone/lint-shell.sh
- bash ./.ci/lint-shell.sh
lint-yaml:
image: sdesbure/yamllint:latest
group: lint
commands:
- apk add --no-cache bash
- bash ./.drone/lint-yaml.sh
- bash ./.ci/lint-yaml.sh
branches:
exlude: [ master ]
Loading…
Cancel
Save