Skip to content

patch/error types

patch/error types #26

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
pull_request:
branches: ["main"]
types: [opened, synchronize, ready_for_review]
jobs:
ci:
if: ${{ github.event.pull_request.draft == false }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo build
- run: cargo test