Weekly check #151
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Weekly check | |
on: | |
schedule: | |
# Every Saturday 10:21 in JST | |
- cron: '21 2 * * 6' | |
workflow_dispatch: | |
jobs: | |
cargo-install: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dtolnay/rust-toolchain@stable | |
- run: cargo install --color always hgrep | |
- run: hgrep --version |