Skip to content

collection of Shared workflows for Pragma Repositories

License

Notifications You must be signed in to change notification settings

astraly-labs/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

collection of Shared workflows for Pragma Repositories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages