Skip to content

Update the bridge version to 0.12.0 (#142) #3

Update the bridge version to 0.12.0 (#142)

Update the bridge version to 0.12.0 (#142) #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
paths:
- "src/**"
- "tests/**"
- "examples/**"
- "Cargo.*"
- ".github/**"
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
markdown_lint:
runs-on: ubuntu-22.04
steps:
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.yaml
files: '*.md'
ignore: target
version: 0.28.1