[HOTFIX] Bilhetagem - Corrige serviço nas tabelas agregadas de GPS #860
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint Dockerfile | |
on: | |
pull_request: | |
jobs: | |
docker_lint: | |
name: Lint Dockerfile | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run hadolint | |
uses: reviewdog/action-hadolint@v1 | |
with: | |
reporter: github-pr-review |