Skip to content

Commit

Permalink
Merge branch 'main' of github.com:TLenfers/multispecies_mitochondrial…
Browse files Browse the repository at this point in the history
…_variant_analysis
  • Loading branch information
tlenfers committed Mar 28, 2022
2 parents addf307 + 41e5703 commit 5f954a9
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
# This is a basic workflow to help you get started with Actions

name: Linting
name: Test

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches:
- master
pull_request:
branches: [ main ]
branches_ignore: []

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test linting
- uses: actions/checkout@v1
- name: Linting
uses: snakemake/snakemake-github-action@v1.23.0
with:
directory: .
directory: .test
snakefile: workflow/Snakefile
args: "--lint"

0 comments on commit 5f954a9

Please sign in to comment.