Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

chore(ci): bump actions/stale from 8 to 9 #36

chore(ci): bump actions/stale from 8 to 9

chore(ci): bump actions/stale from 8 to 9 #36

Workflow file for this run

name: starling-rs builder workflow
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: starling-rs builder
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build starling-rs
run: cargo build --verbose
- name: Run tests on starling-rs
run: cargo test --verbose