Skip to content

Fixed a typo that caused the "Data_validation" status not to be updat… #45

Fixed a typo that caused the "Data_validation" status not to be updat…

Fixed a typo that caused the "Data_validation" status not to be updat… #45

Workflow file for this run

name: 'ShellCheck'
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: error