Skip to content

Query editor: 'select' component fixed to work with ENUMS #83

Query editor: 'select' component fixed to work with ENUMS

Query editor: 'select' component fixed to work with ENUMS #83

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
branches: [main-1.1]
pull_request:
types: [opened, synchronize]
branches: [main-1.1]
jobs:
Test:
runs-on: ubuntu-latest
if: "!contains( github.event.head_commit.message, 'RobotBuild' )"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
cache: 'yarn'
- run: yarn install
- run: yarn build
- name: Link Checker
uses: lycheeverse/[email protected]
with:
# Check all markdown and html files in repo (default) './**/*.html'
args: --verbose --exclude-all-private --no-progress 'README.md'
# Use json as output format (instead of markdown)
# format: json
# Use different output file path
# output: /tmp/foo.txt
# Fail action on broken links
fail: true