Skip to content

docs: fix regex under the pattern keyword #1247

docs: fix regex under the pattern keyword

docs: fix regex under the pattern keyword #1247

Workflow file for this run

name: calc
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Cargo test
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
toolchain: stable
- name: Rust Cache
uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- name: Cargo test
uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --manifest-path=calc/Cargo.toml