Skip to content

Merge pull request #10 from edotau:edotau-audotventures #5

Merge pull request #10 from edotau:edotau-audotventures

Merge pull request #10 from edotau:edotau-audotventures #5

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'

Check failure on line 8 in .github/workflows/pull-requests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-requests.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
golang: 1.22.2
build-node:
needs: build-go
uses: 'edotau/edotau.github.io/.github/workflows/nodejs.yml'
with:
nodejs: 18.x
github-io:
needs: build-node
uses: 'edotau/edotau.github.io/.github/workflows/gh-deploy.yaml'
with:
nodejs: '18.x'