Skip to content

use cheaprandn as Fastrandn for go1.22 #329

use cheaprandn as Fastrandn for go1.22

use cheaprandn as Fastrandn for go1.22 #329

Workflow file for this run

name: lint
on:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.2
git clone --depth=1 https://github.com/${GITHUB_REPOSITORY}
cd $(basename ${GITHUB_REPOSITORY})
../bin/golangci-lint run