Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

announce module and e2e testing #79

announce module and e2e testing

announce module and e2e testing #79

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
only-new-issues: true
args: --timeout=5m