Skip to content

Use latest

Use latest #1

Workflow file for this run

name: codeFormat
run-name: Format code and do PR
on:
pull_request_target:
types: [closed]
branches: [develop]
jobs:
checkout-format-pr:
runs-on: ubuntu-latest
if: ${{ (github.event.pull_request.merged == true) && (startsWith(github.base_ref, 'develop')) }}
permissions:
contents: write
pull-requests: write
uses: EddyTheCo/Common/.github/workflows/codeFormat.yml@ndk26

Check failure on line 15 in .github/workflows/codeFormat.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeFormat.yml

Invalid workflow file

error parsing called workflow ".github/workflows/codeFormat.yml" -> "EddyTheCo/Common/.github/workflows/codeFormat.yml@ndk26" : failed to fetch workflow: workflow was not found.