Extend initial conditions from 1D to 2D and 2D to 3D #922
Workflow file for this run
This file contains hidden or 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: Lint Toolchain | |
| on: [push, pull_request, workflow_dispatch] | |
| jobs: | |
| lint-toolchain: | |
| name: Lint Toolchain | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: MFC Python setup | |
| run: ./mfc.sh init | |
| - name: Lint the toolchain | |
| run: ./mfc.sh lint |