Skip to content

Bump braces from 3.0.2 to 3.0.3 #219

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #219

Workflow file for this run

name: CI
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18.x
- uses: pnpm/action-setup@v2
- run: pnpm install
- run: pnpm run lint