Skip to content

Automatically fill mandatory fields in YAML card configuration #540

Automatically fill mandatory fields in YAML card configuration

Automatically fill mandatory fields in YAML card configuration #540

Workflow file for this run

name: 'Build'
on: [push, pull_request]
jobs:
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Build
run: |
yarn install
yarn build