Skip to content

Commit

Permalink
CI: Only error on warnings in lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Dec 15, 2024
1 parent b61761a commit 5a58c34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
branches:
- main

env:
RUSTFLAGS: '-Dwarnings'

jobs:
lint:
name: Lint
runs-on: ubuntu-latest

env:
RUSTFLAGS: '-Dwarnings'

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5a58c34

Please sign in to comment.