Skip to content

Commit 8ea9b4b

Browse files
authored
Run pydantic clippy lints on project (#901)
* Update dependencies * Pydantic part 1 * Some renames, basic Cambalache view * 2 * 3 * Unwrap * Tests * Update CLI to Ubuntu 20.04
1 parent d39354a commit 8ea9b4b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+782
-695
lines changed

.github/workflows/linux_cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
toolchain: [ stable, 1.65.0 ]
1616
type: [ release ]
17-
runs-on: ubuntu-18.04
17+
runs-on: ubuntu-20.04
1818
steps:
1919
- uses: actions/checkout@v3
2020

0 commit comments

Comments
 (0)