Add retry logic to unknown_collection_id test #209
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
push: | |
branches: | |
- nativex | |
name: Cargo sort | |
jobs: | |
cargo_sort: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install cargo-sort from git | |
uses: baptiste0928/cargo-install@v3 | |
with: | |
crate: cargo-sort | |
git: https://github.com/devinr528/cargo-sort | |
tag: v1.0.9 | |
- name: Run cargo sort | |
run: cargo sort -c -g -w |