Skip to content

[26348] fix omnivore exportToFileSystem with query MAINTAIN_CACHE #735

[26348] fix omnivore exportToFileSystem with query MAINTAIN_CACHE

[26348] fix omnivore exportToFileSystem with query MAINTAIN_CACHE #735

Workflow file for this run

name: pre_commit
on:
pull_request:
push:
branches-ignore: [ '3.6', '3.7', '3.8']
jobs:
build:
name: Enforce-Eclipse-Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
- run: pre-commit run --all-files
- run: pre-commit run --hook-stage manual enforce-eclipse-format --show-diff-on-failure --verbose --all-files