From 07018f58298de9740f637bbb11ba66950abb02f0 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Tue, 27 May 2025 13:07:46 +0200 Subject: [PATCH] add megalinter --- .forgejo/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 9f9a3be..4f60248 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -10,6 +10,8 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: https://github.com/oxsecurity/megalinter@8 + - uses: https://github.com/wackbyte/rust-toolchain@trunk with: toolchain: stable