Skip to content

SW-7794-resolve-conflicts-error-set-in-higher-chart #336

SW-7794-resolve-conflicts-error-set-in-higher-chart

SW-7794-resolve-conflicts-error-set-in-higher-chart #336

Workflow file for this run

name: '[QUALITY] pre-commit'
on:
pull_request:
types:
- opened
- edited
- reopened
- ready_for_review
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.5.0
with:
fetch-depth: 0
- uses: actions/setup-python@v4.3.0
- uses: pre-commit/action@v2.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}