From 500edcc78636542995a4e19e25ee51196fa65ca3 Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Wed, 1 Nov 2023 13:30:37 +0100 Subject: [PATCH] Add new lint action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acda007..1ad6c4f 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Lint terraform files using tflint, with reviewdog output on the PR](https://github.com/reviewdog/action-tflint) - [autopep8: Automatically formats Python code to conform to the PEP 8 style guide](https://github.com/peter-evans/autopep8) - [Run `ergebnis/composer-normalize` to ensure your PHP project has a normalized `composer.json`](https://github.com/ergebnis/composer-normalize-action) +- [Run `stolt/lean-package-validator` to ensure your package has only the required `runtime` artifacts](https://github.com/raphaelstolt/lean-package-validator-action) - [Run Go lint checks on PR event](https://github.com/ArangoGutierrez/GoLinty-Action) - [Node.js - Automatically run the `format` and/or `lint` script used by the package](https://github.com/MarvinJWendt/run-node-formatter) - [Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint)