Skip to content

feat: add trayicon with ping #9

feat: add trayicon with ping

feat: add trayicon with ping #9

Workflow file for this run

name: "Pull request"
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install go dependencies
run: sudo apt update && sudo apt install -y pkg-config
- uses: Jerome1337/[email protected]