diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0684e25..f2915d7 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -24,21 +24,15 @@ jobs: with: node-version: 17 - - name: infer source - run: source ~/.bashrc - - name: Install pnpm run: npm i -g pnpm - - name: setup pnpm - run: pnpm setup - # Prettier must be in `package.json` - name: Install Node.js dependencies - run: pnpm add -g prettier && pnpm i + run: pnpm i - name: Run Prettier - run: prettier --write . + run: pnpm run pretty - name: Create Pull Request id: cpr