Skip to content

Merge pull request #79 from casadodev/pre-commit-ci-update-config #222

Merge pull request #79 from casadodev/pre-commit-ci-update-config

Merge pull request #79 from casadodev/pre-commit-ci-update-config #222

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
bootstrap:
strategy:
matrix:
os:
- ubuntu-20.04
- macos-latest
- windows-latest
name: run-precommit
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: "3.8"
- name: install dependencies
run: |
pip install poetry
poetry install
- name: run pre-commit
run: |
poetry run pre-commit run --all-files --show-diff-on-failure