Implement documentation website #33
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
| # ----------------------------------------------------------------------------- | |
| # (C) Crown copyright Met Office. All rights reserved. | |
| # The file LICENCE, distributed with this code, contains details of the terms | |
| # under which the code may be used. | |
| # ----------------------------------------------------------------------------- | |
| name: Lint Fortran | |
| on: | |
| pull_request: | |
| jobs: | |
| fortitude-lint: | |
| uses: MetOffice/growss/.github/workflows/fortran-lint.yaml@main | |
| with: | |
| runner: "ubuntu-24.04" |