CI: Build viewer/objectloader/shared prior to testing & building frontend, and load the pre-built artefacts #430
This file contains 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: Update issue Status | |
on: | |
issues: | |
types: [closed] | |
jobs: | |
update_issue: | |
uses: specklesystems/github-actions/.github/workflows/project-add-issue.yml@main | |
secrets: inherit | |
with: | |
issue-id: ${{ github.event.issue.node_id }} | |
project-number: 12 |