Skip to content

feat: add default value when not found to use with conditional #211

feat: add default value when not found to use with conditional

feat: add default value when not found to use with conditional #211

Workflow file for this run

name: sourcetoad/aws-codedeploy-action
on:
push:
pull_request:
jobs:
bash-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint Bash
uses: azohra/shell-linter@latest
with:
path: '*.sh'