Skip to content

Commit

Permalink
fix: track security.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielg2020 committed May 2, 2024
1 parent 9cdde37 commit e2d3dff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Security

on:
workflow_call:
inputs:
project:
type: string
required: true

jobs:
check:
name: Check if running
runs-on: ubuntu-latest

steps:
- run: echo hello

0 comments on commit e2d3dff

Please sign in to comment.