twc-rs 0.3.6

Fast single-binary CLI and interactive TUI dashboard for Timeweb Cloud
Documentation
name: Security

on:
  push:
    branches: [main]
  pull_request:
  schedule:
    - cron: "0 6 * * 1"

permissions:
  contents: read

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

jobs:
  cargo-deny:
    name: cargo-deny
    runs-on: ubuntu-latest
    timeout-minutes: 15
    steps:
      - uses: actions/checkout@v7 # checkout repository
      - name: Install cargo-deny
        uses: taiki-e/install-action@v2 # prebuilt tool installer
        with:
          tool: cargo-deny
      - run: cargo deny check