Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in /website #585

Bump micromatch from 4.0.5 to 4.0.8 in /website

Bump micromatch from 4.0.5 to 4.0.8 in /website #585

name: pre-commit hooks
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: set up python 3.10
uses: actions/setup-python@v1
with:
python-version: "3.10"
- name: install pre-commit
run: |
python -m pip install --upgrade pip
pip install pre-commit
- name: run static analysis
run: |
pre-commit run --all-files