Skip to content

Commit 588a9e1

Browse files
authored
Update bat.yml indentation to a consistent 2 spaces.
1 parent e72f7c4 commit 588a9e1

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/bat.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ jobs:
77
plugin-tests:
88
runs-on: ${{ matrix.os }}
99
strategy:
10-
fail-fast: false
11-
matrix:
12-
include:
13-
- os: ubuntu-latest
14-
- os: windows-latest
15-
- os: macos-latest
10+
fail-fast: false
11+
matrix:
12+
include:
13+
- os: ubuntu-latest
14+
- os: windows-latest
15+
- os: macos-latest
1616
steps:
17-
- uses: actions/checkout@v5
18-
- uses: matlab-actions/setup-matlab@v2
19-
with:
20-
release: latest-including-prerelease
21-
- uses: matlab-actions/run-tests@v2
17+
- uses: actions/checkout@v5
18+
- uses: matlab-actions/setup-matlab@v2
19+
with:
20+
release: latest-including-prerelease
21+
- uses: matlab-actions/run-tests@v2
2222

2323
bat:
2424
name: Build and Test
@@ -30,3 +30,4 @@ jobs:
3030
node-version: 20
3131
- name: Perform npm tasks
3232
run: npm run ci
33+

0 commit comments

Comments
 (0)