Skip to content

fix: run release charts only after linting & test #1

fix: run release charts only after linting & test

fix: run release charts only after linting & test #1

Workflow file for this run

name: Lint documentations
on:
- push
- pull_request
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]