Skip to content

Commit

Permalink
chore: fix pana
Browse files Browse the repository at this point in the history
  • Loading branch information
xsahil03x committed Dec 19, 2024
1 parent ddd82d7 commit c432dca
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/actions/pana/action.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
name: Pana Workflow

on:
workflow_call:
inputs:
min_score:
required: false
type: number
default: 120
pana_version:
required: false
type: string
runs_on:
required: false
type: string
default: "ubuntu-latest"
working_directory:
required: false
type: string
default: "."
workflow_call:
inputs:
min_score:
required: false
type: number
default: 120
pana_version:
required: false
type: string
runs_on:
required: false
type: string
default: "ubuntu-latest"
working_directory:
required: false
type: string
default: "."

jobs:
build:
Expand Down

0 comments on commit c432dca

Please sign in to comment.