Skip to content

Commit fbd0ba8

Browse files
committed
fix: yamllint
1 parent 1e0346d commit fbd0ba8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
args: >
5151
--sdm conda --conda-cleanup-pkgs cache --all-temp
5252
--show-failed-logs --cores 2
53-
--dryrun
53+
--dryrun
5454
5555
- name: Test no_lane_sample workflow dryrun
5656
uses: snakemake/snakemake-github-action@v2
@@ -62,7 +62,7 @@ jobs:
6262
--configfile .test/config/config_no_lane.yaml
6363
--sdm conda --conda-cleanup-pkgs cache --all-temp
6464
--show-failed-logs --cores 2
65-
--dryrun
65+
--dryrun
6666
6767
- name: Test multi_lane_sample workflow without cellranger
6868
uses: snakemake/snakemake-github-action@v2
@@ -86,4 +86,3 @@ jobs:
8686
--configfile .test/config/config_no_lane.yaml
8787
--sdm conda --conda-cleanup-pkgs cache --all-temp
8888
--show-failed-logs --cores 2
89-

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
- uses: googleapis/release-please-action@v4
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
20-
release-type: go # just keep a changelog, no version anywhere outside of git tags
20+
# just keep a changelog, no version anywhere outside of git tags
21+
release-type: go

workflow/envs/cellranger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cellranger
22
# This environment is generated with the accompanying
3-
# cellranger.post-deploy.sh file, as it has to be
3+
# cellranger.post-deploy.sh file, as it has to be
44
# installed from a manually downloaded tar.gz archive.
55
# Supposedly, cellranger comes packaged with all of its
66
# dependencies, so nothing should be needed here.

0 commit comments

Comments
 (0)