Skip to content

Bump braces from 3.0.2 to 3.0.3 #31

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #31

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- run: yarn run yarn-deduplicate --strategy fewer --fail
- run: yarn run build
- run: yarn run prettier --check
- run: yarn run xo