Spacing and naming

This commit is contained in:
Luke Murphy 2020-10-25 21:17:01 +01:00
parent 4ca1026c2c
commit 4bf1dbd7eb
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ steps:
- apt update
- apt install -y shellcheck
- shellcheck abra
- name: test
- name: run unit tests
image: debian:buster
commands:
- apt update