Skip to content

checks if schema exists and displays message #20

checks if schema exists and displays message

checks if schema exists and displays message #20

Workflow file for this run

# name: main
#
# on:
# push:
# branches: [ main ]
#
# env:
# CARGO_TERM_COLOR: always
#
# jobs:
# build_and_test:
# name: Rust project
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
#
# - uses: Swatinem/rust-cache@v2
#
# - name: setup toolchain
# uses: hecrj/setup-rust-action@v1
# with:
# rust-version: stable
#
# - name: cargo test
# run: cargo test --all-features
#
# - name: clippy
# run: cargo clippy --all --all-features --tests -- -D warnings