Skip to content

Bump hugoalh/send-discord-webhook-ghaction from 6.0.2 to 7.0.2 #117

Bump hugoalh/send-discord-webhook-ghaction from 6.0.2 to 7.0.2

Bump hugoalh/send-discord-webhook-ghaction from 6.0.2 to 7.0.2 #117

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Review Deno Code"
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
types:
- "edited"
- "opened"
- "reopened"
- "synchronize"
schedule:
- cron: "0 0 * * SUN"
workflow_dispatch:
jobs:
main:
name: "${{matrix.run_on}}"
permissions:
contents: "read"
strategy:
matrix:
run_on:
- "ubuntu-latest"
fail-fast: false
uses: "hugoalh/hugoalh/.github/workflows/call-review-deno-code-2.yml@main"

Check failure on line 28 in .github/workflows/review-deno-code.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/review-deno-code.yml

Invalid workflow file

error parsing called workflow ".github/workflows/review-deno-code.yml" -> "hugoalh/hugoalh/.github/workflows/call-review-deno-code-2.yml@main" : failed to fetch workflow: workflow was not found.
with:
run_on: "${{matrix.run_on}}"
deployment_jsr: true
deployment_npm: true