mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-03 00:20:09 -07:00
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]
|
on: [push]
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Run shellcheck.
|
- 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