Skip to content

Commit b873e98

Browse files
committed
style: Change indentation to 2 spaces
1 parent c8fc31f commit b873e98

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/test-action.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ jobs:
1010
test:
1111
name: "Test action"
1212
strategy:
13-
fail-fast: false
14-
matrix:
15-
os:
16-
- ubuntu-latest
17-
- windows-latest
18-
- macos-latest
19-
jython_version:
20-
- "2.7.3"
21-
- "2.7.2"
22-
- "2.7.1"
23-
- "2.7.0"
24-
- "2.5.3"
25-
- "2.5.2"
26-
- "2.5.1"
27-
- "2.5.0"
28-
- "2.2.1"
29-
- "2.2"
30-
- "2.1"
31-
- "2.0"
13+
fail-fast: false
14+
matrix:
15+
os:
16+
- ubuntu-latest
17+
- windows-latest
18+
- macos-latest
19+
jython_version:
20+
- "2.7.3"
21+
- "2.7.2"
22+
- "2.7.1"
23+
- "2.7.0"
24+
- "2.5.3"
25+
- "2.5.2"
26+
- "2.5.1"
27+
- "2.5.0"
28+
- "2.2.1"
29+
- "2.2"
30+
- "2.1"
31+
- "2.0"
3232

3333
runs-on: ${{ matrix.os }}
3434
defaults:
35-
run:
36-
shell: bash
35+
run:
36+
shell: bash
3737
steps:
3838
- name: Checkout
3939
uses: actions/checkout@v3

.github/workflows/test-path.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
name: "Keeping the default path"
1212
runs-on: ubuntu-latest
1313
defaults:
14-
run:
15-
shell: bash
14+
run:
15+
shell: bash
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v3
@@ -33,8 +33,8 @@ jobs:
3333
name: "Using a custom path"
3434
runs-on: ubuntu-latest
3535
defaults:
36-
run:
37-
shell: bash
36+
run:
37+
shell: bash
3838
steps:
3939
- name: Install Jython
4040
uses: LukeSavefrogs/setup-jython@main

0 commit comments

Comments
 (0)