Skip to content

feat: add trayicon with ping #10

feat: add trayicon with ping

feat: add trayicon with ping #10

Workflow file for this run

name: "Pull request"
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
govet:
name: "go vet"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go vet