Skip to content

Early code for Airflow v2.8.0 Docker image #11

Early code for Airflow v2.8.0 Docker image

Early code for Airflow v2.8.0 Docker image #11

Workflow file for this run

name: Lint Bash Scripts
on: [push, pull_request]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install ShellCheck
run: sudo apt install shellcheck
- name: Run ShellCheck
run: ./lint_bash.sh