Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

ci install-flask

ci install-flask #89

Workflow file for this run

name: verify rocket showcase
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack@0.5,cargo-deny@0.14.20,just@1,hurl@4,cargo-edit@0.12
- run: just verify-rocket