Skip to content

Bump plug_cowboy from 2.7.1 to 2.7.2 #745

Bump plug_cowboy from 2.7.1 to 2.7.2

Bump plug_cowboy from 2.7.1 to 2.7.2 #745

Workflow file for this run

name: hadolint
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
- "develop"
jobs:
hadolint:
name: dockerfile-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint dockerfile
uses: brpaz/hadolint-action@master
with:
dockerfile: "Dockerfile"