2023-08-12 05:30:33 -06:00
|
|
|
steps:
|
2023-08-04 06:30:56 -06:00
|
|
|
build:
|
|
|
|
image: alpine
|
|
|
|
when:
|
|
|
|
branch: [ master ]
|
2024-10-24 17:33:49 -06:00
|
|
|
event: [push, pull_request]
|
2023-08-04 06:30:56 -06:00
|
|
|
commands: |
|
|
|
|
apk add --no-cache shellcheck
|
|
|
|
|
|
|
|
shellcheck kiss contrib/*
|