Skip to content

build(deps): bump the production-dependencies group across 1 directory with 4 updates #415

build(deps): bump the production-dependencies group across 1 directory with 4 updates

build(deps): bump the production-dependencies group across 1 directory with 4 updates #415

Workflow file for this run

name: ci
on:
push:
branches: main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: build
run: make build
- name: lint
run: make lint
# Run testing on the code
- name: test
run: make test