From 3e18b3a1061b149360a9c4b7412e810481c6908c Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Tue, 6 Feb 2024 16:22:50 +0000 Subject: [PATCH] ci: remove action lint It does not support linting actions, which blocks reusing code in github actions. On top of that it hasn't been updated in months. There's a PR to add actions to it since october. Since this is blocking #5433, remove it Signed-off-by: Pau Ruiz Safont --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb1e69e7808..82ef618688e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -134,7 +134,7 @@ jobs: sudo chown "$(id -u):$(id -g)" "${TMPDIR}" "${XDG_CACHE_HOME}" echo "TMPDIR=${TMPDIR}" >>"$GITHUB_ENV" echo "XDG_CACHE_HOME=${XDG_CACHE_HOME}" >>"$GITHUB_ENV" - + - name: Use ocaml uses: ocaml/setup-ocaml@v2 with: @@ -201,9 +201,6 @@ jobs: - name: quality-gate run: make quality-gate - - uses: reviewdog/action-actionlint@v1 - name: GitHub Action linter from https://github.com/reviewdog/action-actionlint - - name: pyflakes uses: reviewdog/action-pyflakes@master with: