Skip to content

Add Dockerfile

Add Dockerfile #3

Workflow file for this run

name: lint-dockerfiles
on:
push:
branches: [master]
paths:
- 'Dockerfile'
- .github/workflows/dockerfile.yml
pull_request:
types: [opened, synchronize]
paths:
- 'Dockerfile'
- .github/workflows/dockerfile.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
dockerfile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile