Skip to content

Add aws-profile zsh function #90

Add aws-profile zsh function

Add aws-profile zsh function #90

Workflow file for this run

name: Hadolint 👀
on:
push:
paths:
- Dockerfile
branches:
- '*'
tags:
- '*'
jobs:
build:
name: Lint Containerfile using Hadolint
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- uses: hadolint/hadolint-action@master
with:
dockerfile: Dockerfile
failure-threshold: warning