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 c432dca commit 5be9d4b
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .github/actions/pana/action.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
name: Pana Workflow

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: "."
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 5be9d4b

Please sign in to comment.