Skip to content

chore(deps-dev): .editorconfig #41

chore(deps-dev): .editorconfig

chore(deps-dev): .editorconfig #41

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v5
- name: build
run: go build .
- name: lint
uses: golangci/[email protected]
with:
version: latest
- name: test
run: go test -v ./...