Skip to content

Merge pull request #13 from 42ByteLabs/octocrab-41 #24

Merge pull request #13 from 42ByteLabs/octocrab-41

Merge pull request #13 from 42ByteLabs/octocrab-41 #24

Workflow file for this run

name: Build and Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
# https://github.com/42ByteLabs/.github/blob/main/.github/workflows/cargo-build.yml
uses: 42ByteLabs/.github/.github/workflows/cargo.yml@main
secrets: inherit