feat: add Sailr workflow profiles and staged CI deployment flow #6
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: Sailr Workflow - ci | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| jobs: | |
| sailr-workflow: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Install Sailr | |
| run: cargo install --path . | |
| - name: Run Workflow | |
| run: sailr workflow run ci --non-interactive |