Skip to content

Bump the go_modules group across 4 directories with 1 update #6

Bump the go_modules group across 4 directories with 1 update

Bump the go_modules group across 4 directories with 1 update #6

Workflow file for this run

name: Node
on:
push:
branches:
- main
paths:
- 'node/**'
- '.github/workflows/node.yaml'
pull_request:
paths:
- 'node/**'
- '.github/workflows/node.yaml'
defaults:
run:
working-directory: 'node'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v2
with:

Check failure on line 26 in .github/workflows/node.yml

View workflow run for this annotation

GitHub Actions / Node

Invalid workflow file

The workflow is not valid. .github/workflows/node.yml (Line: 26, Col: 14): Unexpected value '' .github/workflows/node.yml (Line: 27, Col: 9): Unexpected value 'go-version'
go-version: 1.20.x
- name: Run build
run: make build
- name: Run tests
run: make test