Skip to content

Commit

Permalink
Merge pull request #89 from demarches-simplifiees/aws
Browse files Browse the repository at this point in the history
add aws compatibility
  • Loading branch information
LeSim authored Jul 4, 2023
2 parents 0b7828a + 6a4909c commit ad49708
Show file tree
Hide file tree
Showing 19 changed files with 1,202 additions and 372 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.67.1
- uses: dtolnay/rust-toolchain@1.69.0
with: { components: rustfmt }

- run: cargo fmt --all -- --check
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.67.1
- uses: dtolnay/rust-toolchain@1.69.0
with: { components: clippy }

- name: Cache Dependencies
Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.67.1
- uses: dtolnay/rust-toolchain@1.69.0

- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit ad49708

Please sign in to comment.