Skip to content

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group across 1 directory #1186

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group across 1 directory

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group across 1 directory #1186

Workflow file for this run

name: Test the code
on:
push:
branches: ["*"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5.1.0
with:
go-version: "1.21"
- uses: actionsx/prettier@v3
with:
args: --check .
- name: Run Go tests
run: go test -v ./...