Skip to content

Update to Flux 2.1.2 #332

Update to Flux 2.1.2

Update to Flux 2.1.2 #332

Workflow file for this run

name: Codespell
# Documentation:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
on: pull_request
jobs:
codespell:
name: Codespell
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Codespell
uses: codespell-project/actions-codespell@master
with:
skip: .git,./charts/flux2/Changelog.md,./charts/flux2-sync/Changelog.md
ignore_words_list: iam,aks,keypair,re-use
check_filenames: true
check_hidden: true