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

Update README.md - Add deprecation notice #90

Update README.md - Add deprecation notice

Update README.md - Add deprecation notice #90

Workflow file for this run

name: verify
on:
pull_request: {}
push: {}
jobs:
verify:
name: verify
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Verify changes
run: make verify