0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 13:38:21 -05:00

Merge branch 'rolling' into fix-hybrid-cache-implementation

This commit is contained in:
alamin655 2023-09-20 15:22:19 +05:30 committed by GitHub
commit 69eb2e5631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-features --all-targets --all
args: --all-targets --all
- name: Run cargo check
uses: actions-rs/cargo@v1
with: