From 6cc7e2d8b4296581518de47bf5805afab70c817f Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 19 Sep 2025 16:48:17 +0200 Subject: [PATCH] ci(norminette): adding the norminette action to my repository - Thanks to @Reach for this action --- .github/workflows/norminette.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/norminette.yml diff --git a/.github/workflows/norminette.yml b/.github/workflows/norminette.yml new file mode 100644 index 0000000..9dd4ac3 --- /dev/null +++ b/.github/workflows/norminette.yml @@ -0,0 +1,10 @@ +on: [push, pull_request] + +jobs: + norminette_job: + runs-on: ubuntu-latest + name: norminette + steps: + - uses: alexandregv/norminette-action@v3 + with: + flags: '.'