Skip to content

Add deprecation warning #58

Add deprecation warning

Add deprecation warning #58

Workflow file for this run

name: Check
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51