Workflow config file is invalid. Please check your config file: yaml: line 26: did not find expected '-' indicator
robiiinos 9330f5986b Update GitHub Actions
Prepare GitHub Actions checkout for future update where we need to pin the branch as 'master' will not be the default branch anymore.
2020-07-25 15:27:23 +02:00

35 lines
576 B
YAML

on:
push:
branches:
- master
pull_request:
branches:
- master
name: Lint
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master
- name: shellcheck
uses: ludeeus/action-shellcheck@0.4.1
env:
SHELLCHECK_OPTS: -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009
shfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master
- name: shfmt
uses: bltavares/actions/shfmt@master
env:
SHFMT_ARGS: -d