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 334ba09 commit ddd82d7
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .github/actions/pana/action.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
name: Pana Workflow

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

jobs:
build:
Expand Down

0 comments on commit ddd82d7

Please sign in to comment.