Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Sep 28, 2023
1 parent 379f95e commit 9469089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/tools/yml/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fn main() {
}

fn test_yml() {
let mut yml = r#"name: test
let mut yml = r"name: test
on:
pull_request:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Fix environment
uses: ./.github/actions/fix-environment
- name: Test
run: >"#
run: >"
.to_string();

let crates = crates(true);
Expand Down

0 comments on commit 9469089

Please sign in to comment.