Skip to content

Merge pull request #7 from kilnfi/renovate/helm-3.x #38

Merge pull request #7 from kilnfi/renovate/helm-3.x

Merge pull request #7 from kilnfi/renovate/helm-3.x #38

Workflow file for this run

name: 'Pre Commit'
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
pre-commit:
name: 'pre-commit'
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: 'asdf:install'
uses: asdf-vm/actions/[email protected]
- name: Check modules
uses: pre-commit/[email protected]
with:
extra_args: --show-diff-on-failure --all-files