launchbadge / sqlx

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Apache License 2.0
12.36k stars 1.18k forks source link

ci: syntax fix #3267

Closed grooverdan closed 3 weeks ago

grooverdan commented 3 weeks ago

Correct:

Invalid workflow file: .github/workflows/sqlx.yml#L207 You have an error in your yaml syntax on line 207

abonander commented 3 weeks ago

Thanks. Looks like we got a bunch of new Clippy failures to deal with, not sure where those came from since the Rust version should be pinned now.

grooverdan commented 3 weeks ago

Best wishes. Sorry, its hit my limit of help ability with those. Have a good weekend.

abonander commented 3 weeks ago

No worries, looks like those weren't showing up due to the syntax error for at least the past 3 weeks.