Skip to content

Change shell to sh

Change shell to sh #49

Workflow file for this run

name: lint
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
additional_files: docker-rollout