From 52ff61635b1cbd4b024ae882b606cfb64d6cc897 Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Sun, 4 Jul 2021 16:48:10 -0700 Subject: Prettier formatting (#33) * Add prettier * Format code --- .github/workflows/pull_request.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.github/workflows/pull_request.yml') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5a2ee16..65cffee 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4,12 +4,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - - name: Checkout + - name: Checkout uses: actions/checkout@v2 - - - name: Set up Docker + - name: Set up Docker uses: docker/setup-buildx-action@v1 - - - name: Build + - name: Build run: make build -- cgit v1.2.3