Skip to content

deps: Bump the production-dependencies group with 4 updates #15

deps: Bump the production-dependencies group with 4 updates

deps: Bump the production-dependencies group with 4 updates #15

Workflow file for this run

name: Build and Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
# https://github.com/42ByteLabs/.github/blob/main/.github/workflows/cargo-build.yml
uses: 42ByteLabs/.github/.github/workflows/cargo.yml@main
secrets: inherit
permissions:
contents: read
security-events: write
container:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build container
run: |
docker build -t rust-tooling .
docker run --rm rust-tooling --help