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:
4
.github/workflows/style-check.yml
vendored
4
.github/workflows/style-check.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
node-version: 16
|
||||
cache: 'yarn'
|
||||
- name: Install Dependencies
|
||||
run: yarn
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Prettier Check
|
||||
run: yarn prettier --check '**/*.{ts,md}'
|
||||
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
node-version: 16
|
||||
cache: 'yarn'
|
||||
- name: Install Dependencies
|
||||
run: yarn
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Prettify Code
|
||||
run: yarn prettier --write '**/*.{ts,md}'
|
||||
- name: Commit Changes
|
||||
|
||||
Reference in New Issue
Block a user