From b0375627e3534612d819a2f636fd4a14a22cee6d Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 28 Oct 2021 11:24:31 +0200 Subject: [PATCH] prettier fixes --- .github/workflows/integration-test.yaml | 1 - docs/PULL_REQUEST_TEMPLATE.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index cd910a4..6babbc1 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -24,7 +24,6 @@ on: workflow_dispatch: jobs: - # This job is used as a workaround to a limitation when using a matrix of # variations that a job should be executed against. The limitation is that a # matrix once defined can't include any conditions. diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md index c39c1c7..214518a 100644 --- a/docs/PULL_REQUEST_TEMPLATE.md +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ - - [ ] Add / update documentation - - [ ] Add tests +- [ ] Add / update documentation +- [ ] Add tests