Skip to content

Merge branch 'staging' into dev #1109

Merge branch 'staging' into dev

Merge branch 'staging' into dev #1109

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master