Skip to content

chore: remove pub(crate) vis from request & get_query #22

chore: remove pub(crate) vis from request & get_query

chore: remove pub(crate) vis from request & get_query #22

Workflow file for this run

# SPDX-License-Identifier: MIT
# Copyright (c) 2022-2025 Andriel Ferreira <https://github.com/AndrielFR>
on: [push, pull_request]
name: Check
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
command: check