Skip to content

Allow trailing dot on arbitrary expressions #14

Allow trailing dot on arbitrary expressions

Allow trailing dot on arbitrary expressions #14

Workflow file for this run

name: Nextflow language server CI
# read more here: https://help.github.com/en/articles/workflow-syntax-for-github-actions#on
on:
push:
branches:
- 'main'
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Compile
run: ./gradlew build