Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Bump version

Bump version #17

# 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.runon}}"
permissions:
contents: "read"
strategy:
matrix:
runon:
- "ubuntu-latest"
issub:
- false
include:
- runon: "macos-latest"
issub: true
- runon: "windows-latest"
issub: true
fail-fast: false
uses: "hugoalh/hugoalh/.github/workflows/call-review-deno-code-1.yml@main"
with:
runon: "${{matrix.runon}}"
issub: "${{matrix.issub}}"