From 152daf547fc8029b9e3dbb92d84ef454f1fc4481 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Fri, 8 Dec 2023 13:18:47 -0800 Subject: [PATCH] Allow warnings in selene Signed-off-by: Ryan Luu --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa39173..42ed7c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Run selene run: | - selene ./src + selene ./src --allow-warnings run-styler: name: Run styler @@ -48,4 +48,4 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} version: latest - args: --check ./src \ No newline at end of file + args: --check ./src