blob: c057dc4de931cd842a2ad3b24d0cade32fc015fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
image: alpine/edge
packages:
- curl
- shellcheck
- texinfo
tasks:
- build: |
make
- test: |
curl -fsSL https://git.io/shellspec | sudo sh -s -- -y -p /usr/local
make test
|