Skip to content

chore(deps): bump nanoid from 3.3.6 to 3.3.8 in /testEnv #3296

chore(deps): bump nanoid from 3.3.6 to 3.3.8 in /testEnv

chore(deps): bump nanoid from 3.3.6 to 3.3.8 in /testEnv #3296

Workflow file for this run

name: PR Check
on:
pull_request:
jobs:
test-lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-yarn
- name: lint
run: make -f ci.mk lint
- name: test
run: make -f ci.mk test
- name: build
run: make -f ci.mk build