RSCBC-59: Rework transcoding #27
Workflow file for this run
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: | |
- main | |
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 |