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
2022-06-26 21:54:00 -07:00

18 lines
317 B
YAML

name: CI
on:
push:
branches: [master]
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
install:
name: Rust ${{matrix.rust}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
crate: cargo-outdated
- run: cargo outdated --version