Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Add note about the project's fork. #140

Add note about the project's fork.

Add note about the project's fork. #140

Workflow file for this run

---
name: Default
on: push
jobs:
test:
runs-on: ubuntu-latest
container: lesovsky/pgscv-test-runner:0.0.9
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Prepare test environment
run: prepare-test-environment.sh
- name: Run lint
run: make lint
- name: Run test
run: make test