Skip to content

build(deps): bump the production-dependencies group with 4 updates #155

build(deps): bump the production-dependencies group with 4 updates

build(deps): bump the production-dependencies group with 4 updates #155

Workflow file for this run

name: Build and Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build-test:
# https://github.com/42ByteLabs/.github/blob/main/.github/workflows/cargo.yml
uses: 42ByteLabs/.github/.github/workflows/cargo.yml@main
secrets: inherit
test-template:
runs-on: ubuntu-latest
needs: [ build-test ]
steps:
- uses: actions/checkout@v4
- name: Test template
run: |
cargo install cargo-generate
cd ./action-template
cargo generate --test