-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github Actions uses fixed job names for branch protection rules (#3677)
* Add wait-for-status workflow * Rename and tidy all GHA workflows for branch protection * Changing some stuff to kick off real CI/CD * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Update .github/workflows/nf-core-linting.yml Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Update .github/workflows/code-linting.yml Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Update nf-core-linting.yml * Update nf-core-linting.yml * Update nf-core-linting.yml * Add FASTQC fake test * Revert "Changing some stuff to kick off real CI/CD" This reverts commit f8e5c94. * Change to fix-linting for consistency * Remove fake nf-test change * Delete main.nf.test * Bump setup-python version to v4 --------- Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
- Loading branch information
1 parent
7b0b427
commit 499265b
Showing
5 changed files
with
20 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Code Linting | ||
name: code-lint | ||
on: | ||
push: | ||
branches: [master] | ||
|
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
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