Skip to content

Merge pull request #2 from hydra-genetics/test #22

Merge pull request #2 from hydra-genetics/test

Merge pull request #2 from hydra-genetics/test #22

Workflow file for this run

name: Lint and Test
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master and develop branch
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
python_code:
name: check pycodestyle and unittest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Add conda to system path
run: python test.py