Merge pull request #6697 from backstage/mob/bump-prettier-in-create-app

This commit is contained in:
Himanshu Mishra
2021-08-06 09:39:01 +02:00
committed by GitHub
41 changed files with 145 additions and 51 deletions
+7
View File
@@ -25,6 +25,13 @@ jobs:
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
steps:
# In order to have the create-app template function as if it was downloaded from NPM
# we need to make sure we checkout files with LF line endings only
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
- name: use node.js ${{ matrix.node-version }}