Add CFA-EpiAutoGP model output for 2026-04-11 (#1472) #1669
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
| # The following is a workflow derived from | |
| # https://github.com/posit-dev/setup-air/blob/main/examples/format-check.yaml | |
| on: | |
| push: | |
| branches: [main, master] | |
| pull_request: | |
| name: "Format Check" | |
| permissions: read-all | |
| jobs: | |
| format-check: | |
| name: "format-check" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: "Install" | |
| uses: posit-dev/setup-air@v1 | |
| - name: "Check" | |
| run: air format . --check |