Skip to content

Merge pull request #14 from temporalio/dependabot/npm_and_yarn/web/vi… #31

Merge pull request #14 from temporalio/dependabot/npm_and_yarn/web/vi…

Merge pull request #14 from temporalio/dependabot/npm_and_yarn/web/vi… #31

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Test
run: go test ./...