Loading .github/workflows/ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ concurrency: group: ${{ github.ref }} cancel-in-progress: true permissions: contents: read # to fetch code (actions/checkout) jobs: rustfmt: name: rustfmt Loading Loading
.github/workflows/ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ concurrency: group: ${{ github.ref }} cancel-in-progress: true permissions: contents: read # to fetch code (actions/checkout) jobs: rustfmt: name: rustfmt Loading