Skip to content

Commit 38d8065

Browse files
committed
Enforce bash
1 parent 0bf2d67 commit 38d8065

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/lint.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
container:
1818
image: hpretl/iic-osic-tools:latest
1919
options: --user root
20+
defaults:
21+
run:
22+
shell: /bin/bash
2023

2124
steps:
22-
- name: Set up tools
23-
run: source ~/.bashrc
24-
2525
- name: Checkout
2626
uses: actions/checkout@v6
2727

@@ -37,11 +37,11 @@ jobs:
3737
container:
3838
image: hpretl/iic-osic-tools:latest
3939
options: --user root
40+
defaults:
41+
run:
42+
shell: /bin/bash
4043

4144
steps:
42-
- name: Set up tools
43-
run: source ~/.bashrc
44-
4545
- name: Checkout
4646
uses: actions/checkout@v6
4747

@@ -57,6 +57,9 @@ jobs:
5757
container:
5858
image: hpretl/iic-osic-tools:latest
5959
options: --user root
60+
defaults:
61+
run:
62+
shell: /bin/bash
6063
strategy:
6164
fail-fast: false
6265
matrix:
@@ -84,9 +87,6 @@ jobs:
8487
- axi_xbar
8588

8689
steps:
87-
- name: Set up tools
88-
run: source ~/.bashrc
89-
9090
- name: Checkout
9191
uses: actions/checkout@v6
9292

0 commit comments

Comments
 (0)