Skip to content

Documentation and Optional Docker 24.0.6 Installation in setup.sh #5

Documentation and Optional Docker 24.0.6 Installation in setup.sh

Documentation and Optional Docker 24.0.6 Installation in setup.sh #5

Workflow file for this run

# GitHub Action runners come pre-installed with Cargo 1.76.0 (latest)
name: CI
on:
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Format
run: make format
- name: Test
run: make test
- name: Deploy
run: |
echo "Deploying..."
# make build