mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
This is part of security issues remediation campaign after having analyzed workflow using zizmor cargo tool.
17 lines
308 B
YAML
17 lines
308 B
YAML
# Placeholder workflow file allowing running it without having to merge to main first
|
|
name: Placeholder Workflow
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
placeholder:
|
|
name: Placeholder
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- run: |
|
|
echo "Hello this is a Placeholder Workflow"
|