Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 482 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 482 Bytes

workflows

collection of Shared workflows for Pragma Repositories

Usage

Rust Repositories

name: Pragma

on: [pull_request]

jobs:
  workflow:
    permissions:
      # required for all workflows
      security-events: write
      checks: write
      pull-requests: write
      # only required for workflows in private repositories
      actions: read
      contents: read
    uses: astraly-labs/workflows/.github/workflows/rust.yaml@main
    secrets: inherit