Skip to content

Merge pull request #11 from edotau:edotau-audotventures #6

Merge pull request #11 from edotau:edotau-audotventures

Merge pull request #11 from edotau:edotau-audotventures #6

Workflow file for this run

name: pull-requests
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
build-go:
uses: edotau/edotau.github.io/.github/workflows/golang.yml@main
with:
golang: 1.22.2
build-node:
needs: build-go
uses: edotau/edotau.github.io/.github/workflows/nodejs.yml@main
with:
nodejs: 18.x
github-io:
needs: build-node
uses: edotau/edotau.github.io/.github/workflows/gh-deploy.yaml@main
with:
nodejs: '18.x'