Skip to content

Bump max project size 150MB #411

Bump max project size 150MB

Bump max project size 150MB #411

Workflow file for this run

name: pre-commit-hooks
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Linting
run: |
pip install pre-commit
pre-commit run --all-files