Skip to content

Merge pull request #1271 from openml/pre-commit-ci-update-config #737

Merge pull request #1271 from openml/pre-commit-ci-update-config

Merge pull request #1271 from openml/pre-commit-ci-update-config #737

Workflow file for this run

name: pre-commit
on: [push]
jobs:
run-all-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install pre-commit
run: |
pip install pre-commit
pre-commit install
- name: Run pre-commit
run: |
pre-commit run --all-files