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