Skip to content

github action

github action #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
container: rust:1.74
steps:
- run: cargo build