Skip to content

Rename main.yml to ci.yml #1

Rename main.yml to ci.yml

Rename main.yml to ci.yml #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: v1.54
args: --verbose --timeout=3m --issues-exit-code=1