Skip to content

CI: first cargo check #2

CI: first cargo check

CI: first cargo check #2

Workflow file for this run

---
# configuration for GitHub Actions
name: rerobots CLI tests
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Lint
run: |
cargo check
- name: Run tests
run: |
cargo test