Skip to content

build out New and Ratelimit functions (100%) #4

build out New and Ratelimit functions (100%)

build out New and Ratelimit functions (100%) #4

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches: ["main"]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.5"
- run: go install golang.org/x/tools/cmd/goimports@latest
- run: goimports -w .
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a