Skip to content

docs: note that powerOfRandomNChoices does not support fadeIn (#2474) #710

docs: note that powerOfRandomNChoices does not support fadeIn (#2474)

docs: note that powerOfRandomNChoices does not support fadeIn (#2474) #710

Workflow file for this run

name: master
permissions: {}
on:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
# https://www.npmjs.com/package/semver#caret-ranges-123-025-004
go-version: '^1.19'
- run: go version
- run: make deps
- run: make check-fmt
- run: make build
- run: make vet
- run: make staticcheck
- run: make check-race
- run: make cicheck
- run: make osv-scanner
- run: make gosec
- run: make govulncheck
- run: make publish-coverage