aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pull.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pull.yml')
-rw-r--r--.github/workflows/pull.yml16
1 files changed, 8 insertions, 8 deletions
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