Skip to content

feat: 支持多屏设备 #54

feat: 支持多屏设备

feat: 支持多屏设备 #54

Workflow file for this run

name: Security Audit
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# 每周一 UTC 时间 00:00 运行
- cron: '0 0 * * 1'
jobs:
audit:
name: Security Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install cargo-audit
run: cargo install cargo-audit --locked
- name: Run security audit
run: cargo audit