aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull_request.yml
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-07-04 16:48:10 -0700
committerGitHub <noreply@github.com>2021-07-04 16:48:10 -0700
commit52ff61635b1cbd4b024ae882b606cfb64d6cc897 (patch)
treede906f5b551d28d92048dcb65a8048fc718d3b9f /.github/workflows/pull_request.yml
parent313e5f8146a1f853269c2958fbbf4aa26c2422a8 (diff)
Prettier formatting (#33)
* Add prettier * Format code
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r--.github/workflows/pull_request.yml9
1 files changed, 3 insertions, 6 deletions
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:
4 build: 4 build:
5 runs-on: ubuntu-latest 5 runs-on: ubuntu-latest
6 steps: 6 steps:
7 - 7 - name: Checkout
8 name: Checkout
9 uses: actions/checkout@v2 8 uses: actions/checkout@v2
10 - 9 - name: Set up Docker
11 name: Set up Docker
12 uses: docker/setup-buildx-action@v1 10 uses: docker/setup-buildx-action@v1
13 - 11 - name: Build
14 name: Build
15 run: make build 12 run: make build