Skip to content

chore: remove lint and security ci jobs #31

chore: remove lint and security ci jobs

chore: remove lint and security ci jobs #31

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.0'
- name: Build
run: go build ./...