Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add newline between the install and build jobs
  • Loading branch information
kl0tl committed Dec 8, 2020
commit 0c605ab495c32f549e5ae166564ae1552914d70c
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
npm install -g bower
npm install
bower install --production

- name: Build source
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps separate these two steps with a newline?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Damnit I’ve copy pasted the same poorly formatted in web-streams and web-encoding.

run: npm run-script build

Expand Down