From fc791ef470dce36b00bb7ea638f9d77918414279 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Wed, 24 Jan 2024 11:41:58 +0100 Subject: [PATCH] disable linting first line PR --- .github/pull_request_template.md | 2 +- .github/workflows/linting.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 21bd454..a5de5d9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -## Context +## Context * diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 6277f8f..5efe8f3 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -30,7 +30,6 @@ jobs: with: config: '.markdownlint.jsonc' globs: '**/*.md' - ignore: '.github/pull_request_template.md' test-build: runs-on: ubuntu-latest steps: