mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-21 20:25:14 +00:00
Merge pull request #98 from robiiinos/misc/actions
Update GitHub Actions
This commit is contained in:
commit
66b1be42e4
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@ -7,19 +7,21 @@ on:
|
||||
- master
|
||||
|
||||
name: Lint
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v2
|
||||
- name: shellcheck
|
||||
uses: ludeeus/action-shellcheck@0.0.1
|
||||
uses: ludeeus/action-shellcheck@0.4.1
|
||||
env:
|
||||
SHELLCHECK_OPTS: -e SC1091,SC1117,SC2001
|
||||
|
||||
shfmt:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v2
|
||||
- name: shfmt
|
||||
uses: bltavares/actions/shfmt@master
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user