tspring 1.0.0

Terminal UI for Spring Boot - A modern TUI for managing Spring Boot applications
name: PR Check

on:
  pull_request:
    types: [opened, edited, synchronize]

permissions:
  contents: read
  actions: read
  security-events: write

jobs:
  check:
    uses: huseyinbabal/rust-actions/.github/workflows/pr-check.yml@main
    with:
      check_issue_link: true
      run_tests: true
      run_fmt: true
      run_clippy: true
      run_security_scan: true
      check_coverage: true