From d00d1c98d3d326cf0478d0b977232ffe9c9ace8a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 5 Feb 2025 14:31:31 +0200 Subject: [PATCH] Update pr-lint.yml --- .github/workflows/pr-lint.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index f4f8670..2048ab6 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -4,15 +4,12 @@ name: PR Lint on: push: branches-ignore: [master, main] - # Remove the line above to run when pushing to master pull_request: branches: [master, main] -permissions: - contents: read - packages: read - statuses: write - jobs: - SuperLinter: - uses: ivuorinen/.github/.github/workflows/pr-lint.yml@main + Linter: + name: PR Lint + runs-on: ubuntu-latest + steps: + - uses: ivuorinen/actions/pr-lint@main