[CC-UHF] minor bug fix when accessing the beta parts of MO space #60
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ExaChem_Linter | |
on: | |
push: | |
paths-ignore: | |
- docs | |
pull_request: | |
branches: | |
- main | |
- develop | |
repository_dispatch: | |
types: [backend_automation] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: DoozyX/[email protected] | |
with: | |
source: 'exachem methods' | |
exclude: 'exachem/util' | |
extensions: 'hpp,cpp,h,c,cu,cuh,cc' | |
clangFormatVersion: 14 | |
inplace: True | |
- uses: EndBug/add-and-commit@v4 | |
with: | |
author_name: ExaChem developers | |
author_email: [email protected] | |
message: 'Committing clang-format changes' | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |