Skip to content

Merge branch 'master' of github.com:materialsproject/custodian #109

Merge branch 'master' of github.com:materialsproject/custodian

Merge branch 'master' of github.com:materialsproject/custodian #109

Workflow file for this run

name: Linting
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
cache: pip
- name: Run pre-commit
run: |
pip install pre-commit
pre-commit run --all-files