mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-16 00:00:18 +02:00
Replace async-graphql with link to async-graphql's own examples (#1234)
* Replace async-graphql with link to async-graphql's own examples * exclude async-graphql directory * does this fix it? * apparently this needs to be sorted as well * Update .github/workflows/CI.yml Co-authored-by: Jonas Platte <[email protected]> Co-authored-by: Jonas Platte <[email protected]>
This commit is contained in:
co-authored by
Jonas Platte
parent
ad7c8c5cdb
commit
d9ef24c5ff
@@ -230,7 +230,10 @@ jobs:
|
||||
- name: Install cargo-sort
|
||||
run: |
|
||||
cargo install cargo-sort
|
||||
- name: Check dependecy tables
|
||||
- name: Remove non-crate folder
|
||||
run: rm -rf async-graphql || true
|
||||
working-directory: ${{ matrix.pwd }}
|
||||
- name: Check dependency tables
|
||||
working-directory: ${{ matrix.pwd }}
|
||||
run: |
|
||||
cargo sort --workspace --grouped --check
|
||||
|
||||
Reference in New Issue
Block a user