Skip to content

Get plume migration to work on Linux. Add missing .view to assign… #87

Get plume migration to work on Linux. Add missing .view to assign…

Get plume migration to work on Linux. Add missing .view to assign… #87

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