From cf305598c391e3b468227d8e704bb384512ea911 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 5 Mar 2025 06:43:51 +0200 Subject: [PATCH] Update pr-lint.yml --- .github/workflows/pr-lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 1141243..8c72b9b 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -12,10 +12,10 @@ on: permissions: read-all jobs: - build: + lint: permissions: statuses: write contents: read packages: read - # https://github.com/ivuorinen/ivuorinen/.github/workflows/pr-lint.yml - uses: ivuorinen/ivuorinen/.github/workflows/pr-lint.yml@main + # https://github.com/ivuorinen/actions + uses: ivuorinen/actions/pr-lint@main