Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Allow warnings in selene
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
  • Loading branch information
RyanLua authored Dec 8, 2023
1 parent ee70e72 commit 152daf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Run selene
run: |
selene ./src
selene ./src --allow-warnings
run-styler:
name: Run styler
Expand All @@ -48,4 +48,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check ./src
args: --check ./src

0 comments on commit 152daf5

Please sign in to comment.