Skip to content

feat: support for nextflow 24 #56

feat: support for nextflow 24

feat: support for nextflow 24 #56

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn
- run: yarn generate && yarn build