这是indexloc提供的服务,不要输入任何密码
Skip to content

docs: add long descriptions for skip-rewritten, sync, and trust commands #2082

docs: add long descriptions for skip-rewritten, sync, and trust commands

docs: add long descriptions for skip-rewritten, sync, and trust commands #2082

Workflow file for this run

name: git 2.34.1 on ubuntu-22.04
on:
push:
branches: ["main"]
paths-ignore:
- "docs/**"
- "**.md"
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
permissions: read-all
jobs:
test:
strategy:
matrix:
go-version: ['1.24']
runs-on: ubuntu-22.04
steps:
- name: Downgrade Git
run: sudo apt-get update && sudo apt-get install -y --allow-downgrades git=1:2.34.1-1ubuntu1.12 git-man=1:2.34.1-1ubuntu1.12
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
with:
go-version: ${{ matrix.go-version }}
cache: true
- name: Test
run: go test ./...