Add --future support and + add a shellcheck
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
name: 'ShellCheck'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.sh'
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
SHELLCHECK_OPTS: -s bash
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/[email protected]
|
||||
with:
|
||||
version: v0.8.0
|
||||
format: tty
|
||||
Reference in New Issue
Block a user