Bump @types/node from 22.1.0 to 22.9.0 in /npm #132
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 GitHub Actions / .github/workflows/review-deno-code.ymlInvalid workflow file
|
||
with: | ||
run_on: "${{matrix.run_on}}" | ||
deployment_jsr: true | ||
deployment_npm: true |