Skip to content

apeltzer/action-nextflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextflow GitHub Action

A simple Github Action to install a specific version of nextflow.

Usage

name: Test

on:
  push:
    branches:
      - master

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
    - uses: apeltzer/action-nextflow@master
      with:
        version: 19.10.0
    - run: nextflow info

About

WIP / NOT WORKING YET: GitHub action for setting up Nextflow https://www.nextflow.io/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published