Skip to content

ci: build and upload artifacts #27

ci: build and upload artifacts

ci: build and upload artifacts #27

Workflow file for this run

name: Check for errors
on:
pull_request:
workflow_dispatch:
env:
RUSTFLAGS: -D warnings
jobs:
cargo-check:
name: Cargo check
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
command: check
args: --all-features