8000 fix: change small internals and fix docs. · go-orb/go-orb@acfea00 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: change small internals and fix docs. #219

fix: change small internals and fix docs.

fix: change small internals and fix docs. #219

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
permissions: read-all
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: "1.23.6"
- name: Run Linters
run: ./scripts/test.sh lint all
summary:
name: Summary
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: "1.23.6"
- name: Create Summary
run: ./scripts/test.sh summary all
0