Get plume migration to work on Linux. Add missing .view to assign…
#87
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: validate-internal | |
| on: | |
| push: | |
| branches: | |
| - dev | |
| - actions | |
| pull_request: | |
| types: [opened, synchronize] | |
| jobs: | |
| build: | |
| if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name | |
| uses: ./.github/workflows/validate.yml | |
| secrets: inherit |