Skip to content

Merge branch 'prod' into staging #1103

Merge branch 'prod' into staging

Merge branch 'prod' into staging #1103

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