Skip to content

README updates

README updates #22

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
paths-ignore:
- README.md
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Hadolint Action
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
failure-threshold: error