Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
HospitalRun Bot authored Feb 17, 2020
2 parents 6d450c9 + 6554b00 commit dae484a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
# - os: windows-latest
# node-version: 13.x
steps:
- run: git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
Expand Down Expand Up @@ -46,6 +47,7 @@ jobs:
# - os: windows-latest
# node-version: 13.x
steps:
- run: git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit dae484a

Please sign in to comment.