Skip to content

build(deps): bump rust-embed from 8.3.0 to 8.4.0 #1447

build(deps): bump rust-embed from 8.3.0 to 8.4.0

build(deps): bump rust-embed from 8.3.0 to 8.4.0 #1447

Workflow file for this run

name: admin
on:
pull_request:
paths:
- ".github/workflows/admin.yml"
- "admin/**"
- "rustsec/**"
- "Cargo.*"
push:
branches: main
defaults:
run:
working-directory: cargo-audit
env:
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
- run: cargo test
# build the website
- run: cargo run -- web
working-directory: admin