Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Remove Dependabot

Remove Dependabot #595

Workflow file for this run

name: Lens Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Build
run: make build
- name: Test
run: make test