Skip to content

Commit

Permalink
Merge pull request #40 from GavinHuttley/main
Browse files Browse the repository at this point in the history
REL: more work on release action
  • Loading branch information
GavinHuttley authored Aug 26, 2024
2 parents e40612d + 11aacda commit bc66937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
linters:
runs-on: ubuntu-latest
if: github.repository == 'HuttleyLab/Divergent'
if: github.repository == 'HuttleyLab/DiverseSeq'
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Coverage Status](https://coveralls.io/repos/github/HuttleyLab/DiverseSeq/badge.svg?branch=main)](https://coveralls.io/github/HuttleyLab/DiverseSeq?branch=main)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ef3010ea162f47a2a5a44e0f3f6ed1f0)](https://app.codacy.com/gh/HuttleyLab/DiverseSeq/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![CodeQL](https://github.com/HuttleyLab/DiverseSeq/actions/workflows/codeql.yml/badge.svg)](https://github.com/HuttleyLab/DiverseSeq/actions/workflows/codeql.yml)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

# DiverseSeq identifies the most diverse biological sequences from a collection

Expand Down

0 comments on commit bc66937

Please sign in to comment.