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

Commit

Permalink
Browse files Browse the repository at this point in the history
…rontend into breadcrumbs
  • Loading branch information
oliv37 committed Feb 17, 2020
2 parents bbb3ca0 + dae484a commit 4dc8a26
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 4dc8a26

Please sign in to comment.