Prpare stream 10 release #1
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: hadolint Dockerfile | |
# yamllint disable-line rule:truthy | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout repo | |
uses: actions/checkout@v2 | |
- name: Run Hadolint Action | |
uses: hadolint/[email protected] | |
with: | |
dockerfile: Dockerfile |