Skip to content

refactor(io_test): Only one time to declare previousLoginItems #12

refactor(io_test): Only one time to declare previousLoginItems

refactor(io_test): Only one time to declare previousLoginItems #12

Workflow file for this run

name: πŸ§ͺ Test
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
Test:
runs-on: macOS-13
steps:
- name: 🚚 Checkout Repository
uses: actions/checkout@v4
- name: 🐹 Setup Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: πŸ“Š Static Analysis
run: go vet -v ./...
- name: πŸ§ͺ Test Packages
run: go test -v -race ./...