fix regex

This commit is contained in:
2022-02-19 14:28:07 +05:30
parent d20326a846
commit cffeff4e27
4 changed files with 74 additions and 38 deletions

View File

@@ -56,11 +56,19 @@ jobs:
- get: rust-latest-image
trigger: false
- task: format
image: rust-latest-image
config:
inputs:
- name: singh3-repo
platform: linux
run:
path: cargo
args: ["fmt"]
dir: singh3-bin
path: sh
args:
- -c
- |
rustup component add rustfmt
cargo fmt
dir: singh3-repo
- task: build
image: rust-latest-image
config: