Skip to content

markers back for foxglove - version control is nice #1912

markers back for foxglove - version control is nice

markers back for foxglove - version control is nice #1912

Workflow file for this run

name: pre-commit Check
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: pre-commit
run: |
pip install pre-commit
pre-commit run --all-files --show-diff-on-failure