From 213cad8a9079678f3ac5dc93637c43f79a66910d Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Mon, 19 May 2025 18:28:01 +0000 Subject: [PATCH 1/4] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d6a9d6..e13b140 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # git-spell-check -Run a spell checker **only on changed lines in pull requests**. +Run aaa spell checker **only on changed lines in pull requests**. ## Features From 6b80ddec1867aee120b2232f632ee22130221175 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Mon, 19 May 2025 18:28:09 +0000 Subject: [PATCH 2/4] test1 --- test/2025-05-18-AAA.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/2025-05-18-AAA.md diff --git a/test/2025-05-18-AAA.md b/test/2025-05-18-AAA.md new file mode 100644 index 0000000..d72af31 --- /dev/null +++ b/test/2025-05-18-AAA.md @@ -0,0 +1 @@ +asd From 68e02e64249c39cebf5715bdac97404bcb991011 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Mon, 19 May 2025 18:33:30 +0000 Subject: [PATCH 3/4] fix --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5efa19e..6b99259 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,9 @@ jobs: run: pip install -r requirements.txt - name: Run tests run: pytest - - uses: compiler-research/git-spell-check@master + - uses: compiler-research/git-spell-check@${{ github.event.pull_request.base.ref }} + with: + debug: 1 - name: Setup tmate session if: ${{ !cancelled() && runner.debug }} uses: mxschmitt/action-tmate@v3 From a6c946e4d1cc7a37c661fe06e8193cd6d11830a1 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Mon, 19 May 2025 18:54:39 +0000 Subject: [PATCH 4/4] test --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b99259..d1b2d48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,9 +21,12 @@ jobs: run: pip install -r requirements.txt - name: Run tests run: pytest - - uses: compiler-research/git-spell-check@${{ github.event.pull_request.base.ref }} + - uses: compiler-research/git-spell-check@master with: debug: 1 + - name: Dump GitHub context + if: ${{ failure() }} + run: echo "${{ toJSON(github) }}" - name: Setup tmate session if: ${{ !cancelled() && runner.debug }} uses: mxschmitt/action-tmate@v3