-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify check_tab_delimited to ignore headers starting with # (#30)
* Modify check_tab_delimited to ignore headers starting with # * Use the most recent annotated tag in releases * Bump version --------- Co-authored-by: Heather Ward <[email protected]>
- Loading branch information
Showing
5 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ If any step of the action fails, the check will fail; however if some task tests | |
# GitHub action usage | ||
|
||
```yaml | ||
- uses: dnastack/[email protected].8 | ||
- uses: dnastack/[email protected].9 | ||
with: | ||
# Configuration file where tests can be found | ||
# Default: wdl-ci.config.json | ||
|
@@ -86,7 +86,7 @@ jobs: | |
with: | ||
submodules: true | ||
- name: wdl-ci | ||
uses: dnastack/[email protected].8 | ||
uses: dnastack/[email protected].9 | ||
with: | ||
wallet-url: ${{ secrets.WALLET_URL }} | ||
wallet-client-id: ${{ secrets.WALLET_CLIENT_ID }} | ||
|
@@ -114,7 +114,7 @@ jobs: | |
repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
- name: wdl-ci | ||
uses: dnastack/[email protected].8 | ||
uses: dnastack/[email protected].9 | ||
with: | ||
wallet-url: ${{ secrets.WALLET_URL }} | ||
wallet-client-id: ${{ secrets.WALLET_CLIENT_ID }} | ||
|
@@ -144,7 +144,7 @@ jobs: | |
repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
- name: wdl-ci | ||
uses: dnastack/[email protected].8 | ||
uses: dnastack/[email protected].9 | ||
with: | ||
wallet-url: ${{ secrets.WALLET_URL }} | ||
wallet-client-id: ${{ secrets.WALLET_CLIENT_ID }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[project] | ||
name = "wdl-testing-cli" | ||
description = "DNAstack WDL testing CLI" | ||
version = "v0.1.8" | ||
version = "v0.1.9" | ||
authors = [ | ||
{ name = "DNAstack", email = "[email protected]" } | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters