forked from kiss-community/repo
docs: update
This commit is contained in:
parent
94cb54166c
commit
820f843474
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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.
|
||||
|
10
.travis.yml
10
.travis.yml
@ -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
|
Loading…
Reference in New Issue
Block a user