Skip to content

chore: change base renovate-config #319

chore: change base renovate-config

chore: change base renovate-config #319

Workflow file for this run

name: Build babyrite
on:
push:
branches:
- main
- 'release/v*.*.*'
pull_request:
branches:
- main
- 'release/v*.*.*'
jobs:
build:
runs-on: ubuntu-latest
name: Build babyrite
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Setup toolchain
uses: mkroening/rust-toolchain-toml@v1.3.0
- name: Setup cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: "babyrite/gh-actions-cache"
- name: Run Build
run: cargo build --verbose