sort-macro 0.2.1

Sort macro input tokens
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
on:
  pull_request:
  merge_group:

jobs:
  check:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with:
          ref: ${{ github.event.pull_request.head.sha }}
      - run: cargo test --workspace --no-fail-fast
      - run: cargo clippy --workspace -- --deny warnings