From dda539a720f7792e253e22e7f38ab9323595d405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 27 Sep 2022 09:53:18 +0100 Subject: [PATCH] fix(ci): update actionlint action --- .github/workflows/actionlint.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index ed98b1e8d..16e462664 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -1,9 +1,6 @@ name: Lint Actions on: - push: - branches: - - main pull_request: branches: - main @@ -12,7 +9,7 @@ permissions: contents: read jobs: - dependency-review: + actionlint: runs-on: ubuntu-20.04 steps: - name: "Checkout Repository"