Skip to content

Support dbt 1.9

Support dbt 1.9 #116

Workflow file for this run

name: Lint resources
on:
pull_request:
paths:
- "**/*.sh"
- "**/*.yml"
jobs:
check-style:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v2
- name: lint-bash
run: |
sudo apt-get install -y shellcheck
bash ./ci/lint_bash.sh
- name: lint-yaml
run: |
sudo apt-get install -y yamllint
bash ./ci/lint_yaml.sh