docs: update

This commit is contained in:
Dylan Araps 2019-08-23 10:22:25 +00:00
parent 94cb54166c
commit 820f843474
2 changed files with 2 additions and 12 deletions

View File

@ -1,4 +1,4 @@
name: CI
name: Shellcheck
on: [push]
@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.

View File

@ -1,10 +0,0 @@
language: bash
install:
# Install a custom version of shellcheck instead of Travis CI's default
- scversion=latest
- wget "https://storage.googleapis.com/shellcheck/shellcheck-${scversion}.linux.x86_64.tar.xz"
- tar --xz -xvf "shellcheck-${scversion}.linux.x86_64.tar.xz"
- shellcheck() { "shellcheck-${scversion}/shellcheck" "$@"; }
script: shellcheck -e 2034 */*/build */*/post-install