Skip to content

Bump reviewdog/action-misspell from 1.9 to 1.14 #18

Bump reviewdog/action-misspell from 1.9 to 1.14

Bump reviewdog/action-misspell from 1.9 to 1.14 #18

Workflow file for this run

name: CI test
# This workflow is triggered on pushes and PRs to the repository.
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
nxf_ver: ['20.01.0', '20.04.1', '']
steps:
- uses: actions/[email protected]
- name: Install Nextflow
run: |
export NXF_VER=${{ matrix.nxf_ver }}
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Basic workflow tests
run: |
nextflow run ${GITHUB_WORKSPACE} --config conf/test.config