Skip to content

chore(deps): bump nanoid from 4.0.0 to 5.0.9 in /examples/reduxtagram #220

chore(deps): bump nanoid from 4.0.0 to 5.0.9 in /examples/reduxtagram

chore(deps): bump nanoid from 4.0.0 to 5.0.9 in /examples/reduxtagram #220

Workflow file for this run

name: PR Validate
on:
pull_request:
branches:
- master
jobs:
code-quality:
name: Code Quality
strategy:
matrix:
command:
- lint
- dtslint
- test:coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- shell: bash
run: yarn ${{ matrix.command }}