3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 00:19:31 +01:00

Merge pull request #5 from dtolnay/ci

Add a basic daily CI job
This commit is contained in:
David Tolnay 2022-06-26 21:54:45 -07:00 committed by GitHub
commit c9bbe888ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,18 @@
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