Skip to content

build(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#145) #587

build(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#145)

build(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#145) #587

Workflow file for this run

name: Rust CI
'on':
push:
branches:
- main
pull_request: null
workflow_dispatch: null
schedule:
- cron: 0 14 * * 1
jobs:
rust-ci:
uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2
with:
# only run build, only on the toolchain version
# typescript runs the real tests
test_matrix_include: '[{ rust_version: "", build_only: true }]'
secrets: inherit