Skip to content

Add JDFTx jobs.py to run JDFTx using atomate2/jobflow #147

Add JDFTx jobs.py to run JDFTx using atomate2/jobflow

Add JDFTx jobs.py to run JDFTx using atomate2/jobflow #147

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