Skip to content

branches: clean up next_branches #1

branches: clean up next_branches

branches: clean up next_branches #1

Workflow file for this run

name: Build with Cargo
permissions:
contents: read
on:
workflow_dispatch:
push:
branches: ["main"]
paths: ["src/**.rs", "Cargo.toml", "Cargo.lock"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Build
run: cargo build --verbose