Skip to content

Bump uuid from 1.16.0 to 1.17.0 #172

Bump uuid from 1.16.0 to 1.17.0

Bump uuid from 1.16.0 to 1.17.0 #172

Workflow file for this run

name: bnaclient
defaults:
run:
working-directory: bnaclient
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v2
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy, rustfmt
- name: Install cargo progenitor
run: cargo install cargo-progenitor
- name: Regenerate the specifications and the bnaclient
run: just regenerate-all-no-cargo
- name: Ensure there are no changes
run: test -z "$(git status --porcelain)" || (git status; git diff; false)
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2