Skip to content

build(deps): bump github.com/gopxl/beep from 1.3.0 to 1.4.1 #17

build(deps): bump github.com/gopxl/beep from 1.3.0 to 1.4.1

build(deps): bump github.com/gopxl/beep from 1.3.0 to 1.4.1 #17

Workflow file for this run

name: "linter"
on:
push:
branches:
- master
paths:
- "**.go"
- "go.mod"
pull_request:
branches:
- "**"
workflow_dispatch:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m --tests=false
semgrep:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep ci
env:
SEMGREP_RULES: auto