Skip to content

chore(deps): update rust crate clap to 4.4.5 #612

chore(deps): update rust crate clap to 4.4.5

chore(deps): update rust crate clap to 4.4.5 #612

Workflow file for this run

name: "test"
on:
pull_request:
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/workflows/run-tests.yml"
- "!.github/workflows/tests.yml"
push:
branches:
- "master"
paths-ignore:
- "**.md"
- ".github/**"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
aquavm:
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}