CI: add note about running scripts locally

This commit is contained in:
Oliver Smith 2022-10-23 19:18:36 +02:00
parent 0bcd58765c
commit 81f0d669c8
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,8 @@ image: alpine/edge
packages:
- sudo
tasks:
- note: |
pmbootstrap/.ci/note.sh
- shellcheck: |
cd pmbootstrap
sudo .ci/shellcheck.sh

6
.ci/note.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh -e
printf "\n"
printf "PROTIP: use"
printf " \e[1;32mpmbootstrap ci\e[0m"
printf " to run these scripts locally.\n"