Skip to content

Add github workflow 'Build' and badge to README. #1

Add github workflow 'Build' and badge to README.

Add github workflow 'Build' and badge to README. #1

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build