Skip to content

(fix) Install proper field plugin #94

(fix) Install proper field plugin

(fix) Install proper field plugin #94

Workflow file for this run

name: Runs shellcheck
on:
push:
paths:
- "*.sh"
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: ${{ github.head_ref }}
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: error