Skip to content

chore: Release fbtoggl version 2024.8.2 #334

chore: Release fbtoggl version 2024.8.2

chore: Release fbtoggl version 2024.8.2 #334

Workflow file for this run

name: CI
on:
push:
branches:
- "master"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check && cargo clippy --all-targets --all-features -- -D warnings
- run: cargo test