Skip to content

Fix out-dated twitter icon #161

Fix out-dated twitter icon

Fix out-dated twitter icon #161

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.22.x'
- name: Install
run: make install
- name: Lint
run: make lint
- name: Test
run: go test ./...