Skip to content

chore: Configured to Use Reusable Workflow (#1832) #2

chore: Configured to Use Reusable Workflow (#1832)

chore: Configured to Use Reusable Workflow (#1832) #2

Workflow file for this run

name: PR Checks
# Trigger conditions for the workflow
on:
push:
branches: [ dev ] # Runs on pushes to dev branch
pull_request: # Runs on all pull requests
# Concurrency settings to prevent multiple simultaneous workflow runs
concurrency:
group: pr-${{ github.ref }}
cancel-in-progress: true # Cancels previous runs if a new one is triggered
permissions:
contents: write
jobs:
pr_checks:
name: PR Checks
uses: openMF/mifos-mobile-github-actions/.github/workflows/pr-check.yaml@main

Check failure on line 20 in .github/workflows/pr-check.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-check.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-check.yaml" -> "openMF/mifos-mobile-github-actions/.github/workflows/pr-check.yaml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
android_package_name: 'mifospay-android'
desktop_package_name: 'mifospay-desktop'