Skip to content

Updated github-action testing to be more dynamic and work with new long-lived deployment #18

Updated github-action testing to be more dynamic and work with new long-lived deployment

Updated github-action testing to be more dynamic and work with new long-lived deployment #18

---
on:
- push
- pull_request
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: bewuethr/shellcheck-action@v2