Skip to content

chore: Initialize the TUI #9

chore: Initialize the TUI

chore: Initialize the TUI #9

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.64
args: --timeout=5m