Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit bab6d31

Browse files
committed
fix formatting
1 parent 143087f commit bab6d31

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@ jobs:
3939
- name: macos setup
4040
if: ${{ matrix.os == 'macos-latest' }}
4141
run: |
42-
usr/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
42+
/usr/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
4343
brew install arduino --cask
4444
- name: preinstall
4545
run: |
46-
npm install -g node-gyp
47-
npm install -g vsce
48-
npm install -g gulp
49-
npm install -g typescript
46+
npm install -g node-gyp
47+
npm install -g vsce
48+
npm install -g gulp
49+
npm install -g typescript
5050
- name: install
5151
run: npm install
5252
- name: scripts
5353
run: |
54-
gulp tslint
55-
gulp genAikey
56-
vsce package
54+
gulp tslint
55+
gulp genAikey
56+
vsce package
5757
- name: run tests
5858
if: ${{ matrix.os == 'ubuntu-latest' }} || ${{ matrix.os == 'macos-latest' }}
5959
uses: GabrielBB/xvfb-action@v1

0 commit comments

Comments
 (0)