From 7d5731f7a747ab20dbb192d1bd29fbbaa7b6cdf7 Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Mon, 4 Nov 2024 17:50:44 -0700 Subject: [PATCH 1/2] PR that should fail the linter --- 404.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.qmd b/404.qmd index 93ec46a..20d5353 100644 --- a/404.qmd +++ b/404.qmd @@ -3,4 +3,4 @@ title: "Page Not Found" format: html --- -Oops! The page you requested isn't available. Try [searching our documentation](/404.qmd?q=%20&show-results=1) or find out [how to get started](start.qmd) with Positron. \ No newline at end of file +Oops! The page you requested is not available. Try [searching our documentation](/404.qmd?q=%20&show-results=1) or find out [how to get started](start.qmd) with Positron. \ No newline at end of file From 2644fe47fd590842cd0aa7e787c77e84aa27a2c9 Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Mon, 4 Nov 2024 17:53:23 -0700 Subject: [PATCH 2/2] Can I make it do a review? --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ce6df85..a9a7fdf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,4 +14,5 @@ jobs: with: fail_on_error: true filter_mode: nofilter + reporter: github-pr-review token: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file