Make sure CI doesn't trigger updates to yarn.lock files (#1288)
* Make sure CI doesn't trigger updates to yarn.lock files * Apply formatting changes * Create cuddly-readers-warn.md * Apply formatting changes
This commit is contained in:
2
.changeset/cuddly-readers-warn.md
Normal file
2
.changeset/cuddly-readers-warn.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
4
.github/workflows/style-check.yml
vendored
4
.github/workflows/style-check.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
|||||||
node-version: 16
|
node-version: 16
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: yarn
|
run: yarn install --frozen-lockfile
|
||||||
- name: Prettier Check
|
- name: Prettier Check
|
||||||
run: yarn prettier --check '**/*.{ts,md}'
|
run: yarn prettier --check '**/*.{ts,md}'
|
||||||
|
|
||||||
@@ -85,7 +85,7 @@ jobs:
|
|||||||
node-version: 16
|
node-version: 16
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: yarn
|
run: yarn install --frozen-lockfile
|
||||||
- name: Prettify Code
|
- name: Prettify Code
|
||||||
run: yarn prettier --write '**/*.{ts,md}'
|
run: yarn prettier --write '**/*.{ts,md}'
|
||||||
- name: Commit Changes
|
- name: Commit Changes
|
||||||
|
|||||||
Reference in New Issue
Block a user