Skip to content

Add function to readme #322

Add function to readme

Add function to readme #322

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install shadowsocks
run: sudo apt install -y shadowsocks-libev
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: |
go mod tidy
go build -v ./...
- name: Test
run: make test
- name: GoGitOps
id: gogitops
uses: beaujr/[email protected]
with:
github-actions-token: ${{secrets.GITHUB_TOKEN}}