Merge pull request #22 from coreeng/spr/main/1e13fdeb #14
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
# Disable hadolint for now | |
# name: Dockerfiles | |
# on: | |
# workflow_call: | |
# inputs: | |
# action: | |
# required: true | |
# type: string | |
# jobs: | |
# dockerfiles: | |
# name: ${{ inputs.action }} | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Checkout | |
# uses: actions/checkout@v3 | |
# - name: Lint Dockerfiles | |
# id: dockerfiles-lint | |
# uses: hadolint/[email protected] | |
# with: | |
# dockerfile: Dockerfile | |
# recursive: true |