Adding Docker build and release, plus code to use it. #99
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: CI | |
on: | |
push: | |
branches: | |
- "main" | |
pull_request: | |
branches: | |
- "main" | |
jobs: | |
ci: | |
name: CI | |
uses: molssi-seamm/devops/.github/workflows/CI.yaml@main | |
with: | |
src : psi4_step |