From d2f6d33006d245807a6a6ff62d2b7cf7a6511d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Murta?= Date: Fri, 13 Jun 2025 19:46:49 +0100 Subject: [PATCH] fixup! ci: add action-semantic-pull-request --- .github/workflows/lint-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index 5aa6e0f..bf96828 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -11,6 +11,8 @@ jobs: permissions: pull-requests: write steps: + - run: echo "${{ toJson(github) }}" + - uses: amannn/action-semantic-pull-request@v5 env: GITHUB_TOKEN: ""