aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBraxton Hall2022-10-27 21:05:03 +0000
committerGitHub2022-10-27 21:05:03 +0000
commit3b3f8d58655f507baa96ae6ad695df39cb9477cc (patch)
tree1f19ef2061eb78430a77813826b738226aa05438
parent2b18baac0e3cf71859650e81edec99bbe02a7a66 (diff)
parentabb5cce1d8cf2a01cb2476fac664f473bda866e2 (diff)
Merge pull request #61 from braxtonhall/workflow
Get rid of prettier (for now)
-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