3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 16:29:32 +01:00
cargo-install/.github/workflows/ci.yml
2024-04-14 10:12:12 -07:00

23 lines
379 B
YAML

name: CI
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]
permissions:
contents: read
jobs:
install:
name: Install
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: ./
with:
crate: cargo-outdated
- run: cargo outdated --version