Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Add use-context command #146

Add use-context command

Add use-context command #146

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
env:
LF_TELEMETRY_DISABLED: "1"
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: stable
- run: make test