Skip to content

build(deps): bump micromatch from 4.0.2 to 4.0.8 #87

build(deps): bump micromatch from 4.0.2 to 4.0.8

build(deps): bump micromatch from 4.0.2 to 4.0.8 #87

Workflow file for this run

name: Python checks
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Tox and any other packages
run: pip install tox
- name: Run Tox
run: tox -e py