Skip to content

Bump version: 2.0.2 → 2.0.3 #23

Bump version: 2.0.2 → 2.0.3

Bump version: 2.0.2 → 2.0.3 #23

Workflow file for this run

name: dockerfile
on: push
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Dockerfile
uses: hadolint/hadolint-action@master
with:
dockerfile: "Dockerfile"