Skip to content

Merge pull request #28 from kieler/25-id-uniqueness-in-control-structure #50

Merge pull request #28 from kieler/25-id-uniqueness-in-control-structure

Merge pull request #28 from kieler/25-id-uniqueness-in-control-structure #50

Workflow file for this run

# Workflow that creates artifacts of the latest dev versions.
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: package
on:
push:
branches: [master]
jobs:
package:
name: Package applications
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
registry-url: 'https://registry.npmjs.org'
scope: '@kieler'
- run: yarn
- run: yarn package