Skip to content

DM-54513 2: Hot fix to correct release to build in cron job #1544

DM-54513 2: Hot fix to correct release to build in cron job

DM-54513 2: Hot fix to correct release to build in cron job #1544

Workflow file for this run

name: shellcheck
on:
push:
branches:
- main
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
# See https://github.com/ludeeus/action-shellcheck for customizations