undo multistage #8
Workflow file for this run
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: docker-lint | |
on: [pull_request] | |
jobs: | |
# Can look up error with https://github.com/hadolint/hadolint/wiki/DL3029 | |
docker-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repo | |
- uses: actions/checkout@v3 | |
- run: docker run -v --rm -i hadolint/hadolint hadolint --failure-threshold warning - < great_expectations_cloud/agent/Dockerfile |