kleph
0016f891a6
Some checks reported errors
continuous-integration/drone/push Build encountered an error
8 lines
122 B
YAML
8 lines
122 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: test
|
|
image: koalaman/shellcheck:latest
|
|
commands:
|
|
- shellcheck essai.sh
|