Skip to content

Bump actions/checkout from 5 to 6 #27

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #27

Workflow file for this run

name: Build channels-sample
on:
pull_request:
paths:
- '.github/workflows/channels-sample.yml'
- 'channels-sample/**'
push:
branches:
- main
defaults:
run:
working-directory: 'channels-sample'
env:
# Disable incremental compilation for faster from-scratch builds
CARGO_INCREMENTAL: 0
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: rustup update
- run: cargo fmt --check
- run: cargo clippy
- run: cargo test
- run: cargo run --release