Skip to content

Support for Nextflow v24 #58

Support for Nextflow v24

Support for Nextflow v24 #58

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