Skip to content

clarification - pulling images #27

clarification - pulling images

clarification - pulling images #27

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Cargo check
run: cargo check
- name: Run tests
run: cargo test