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

Add a basic daily CI job

This commit is contained in:
David Tolnay 2022-06-26 21:52:47 -07:00
parent 61ed2ef585
commit bbe518a8d1
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

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