Skip to content

Update dependencies #30

Update dependencies

Update dependencies #30

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