From abb5cce1d8cf2a01cb2476fac664f473bda866e2 Mon Sep 17 00:00:00 2001 From: braxtonhall Date: Thu, 27 Oct 2022 14:04:08 -0700 Subject: Get rid of prettier (for now) --- .github/workflows/pull.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.github/workflows/pull.yml') diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 168d24a..e299cc9 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -17,9 +17,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - fetch-depth: 0 + # with: + # ref: ${{ github.head_ref }} + # fetch-depth: 0 - name: Install modules with Node ${{ matrix.node }} uses: actions/setup-node@v1 with: @@ -28,8 +28,8 @@ jobs: run: yarn install - name: Check people run: node bin/checkPeople.js ${{ github.actor }} - - name: Prettify people - uses: creyD/prettier_action@v4.2 - with: - same_commit: true - prettier_options: --use-tabs --write people.json + # - name: Prettify people + # uses: creyD/prettier_action@v4.2 + # with: + # same_commit: true + # prettier_options: --use-tabs --write people.json -- cgit v1.2.3-70-g09d2