Skip to content

🎨 Upgrade awscli & install kubectx #64

🎨 Upgrade awscli & install kubectx

🎨 Upgrade awscli & install kubectx #64

Workflow file for this run

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