Skip to content

Use --profile instead of AWS_PROFILE for kubeconfig #23

Use --profile instead of AWS_PROFILE for kubeconfig

Use --profile instead of AWS_PROFILE for kubeconfig #23

Workflow file for this run

name: actionlint
on:
pull_request:
branches:
- master
- main
paths:
- ".github/**"
workflow_dispatch: {}
jobs:
lint_workflows:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Lint actions
uses: reviewdog/[email protected]
with:
actionlint_flags: "-config-file .actionlint.yml"