Skip to content

Export instance_id in metric #7

Export instance_id in metric

Export instance_id in metric #7

Workflow file for this run

name: Audit
on:
push:
pull_request:
jobs:
audit:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Show environment information
uses: ./.github/actions/show-env
- name: Run cargo-audit
uses: ./.github/actions/audit