Skip to content

trigger for stable action #3

trigger for stable action

trigger for stable action #3

Workflow file for this run

name: Chart-Preparation-With-Pre-Commit
on:
pull_request:
branches: [main]
paths: ["charts/**"]
push:
branches: [main]
paths: ["charts/**"]
#workflow_dispatch: #TODO
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1