fies for rust_allchecks.sh #17
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
# -*-coding:utf-8-unix;mode:yml-*- | |
# Copyright 2024 hanepjiv | |
# @author hanepjiv <[email protected]> | |
# @copyright The MIT License (MIT) / Apache License Version 2.0 | |
# @since 2024/11/10 | |
# @date 2024/11/23 | |
name: CI Rust | |
on: | |
schedule: | |
- cron: "0 11 * * 1" | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
call: | |
permissions: | |
contents: read | |
issues: write | |
uses: hanepjiv/ghact-rust/.github/workflows/ci-rust.yml@main |