Skip to content

Commit

Permalink
ci: remove action lint
Browse files Browse the repository at this point in the history
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 xapi-project#5433, remove it

Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont committed Feb 6, 2024
1 parent b7515cc commit 3e18b3a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3e18b3a

Please sign in to comment.