diff --git a/.changeset/cuddly-readers-warn.md b/.changeset/cuddly-readers-warn.md new file mode 100644 index 00000000..a845151c --- /dev/null +++ b/.changeset/cuddly-readers-warn.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/style-check.yml b/.github/workflows/style-check.yml index 53748056..0f2fd01d 100644 --- a/.github/workflows/style-check.yml +++ b/.github/workflows/style-check.yml @@ -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