Skip to content

feat(docker support): Facilitate running dbc in docker #1616

feat(docker support): Facilitate running dbc in docker

feat(docker support): Facilitate running dbc in docker #1616

name: 'Lint PR title'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}