Skip to content

Move temporary telemetry file #5905

Move temporary telemetry file

Move temporary telemetry file #5905

Workflow file for this run

name: Code Formatting
on: [push, pull_request]
jobs:
code-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files