Skip to content

feat: add trayicon with ping #2

feat: add trayicon with ping

feat: add trayicon with ping #2

Workflow file for this run

name: "Pull request"
on:
push:
pull_request:
branches:
- 'main'
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: Super-linter
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}