Skip to content

⬆️ - Update Rust crate reqwest to 0.12 #272

⬆️ - Update Rust crate reqwest to 0.12

⬆️ - Update Rust crate reqwest to 0.12 #272

Workflow file for this run

name: check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
uses: ShuttlePub/workflows/.github/workflows/check.yml@main

Check failure on line 13 in .github/workflows/check.yml

View workflow run for this annotation

GitHub Actions / check

Invalid workflow file

The workflow is not valid. .github/workflows/check.yml (Line: 13, Col: 11): Input workspace is required, but not provided while calling.
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
coverage:
uses: ShuttlePub/workflows/.github/workflows/coverage.yml@main
secrets: inherit