Skip to content

馃摝 deps(deps): bump syncpack from 10.6.1 to 10.7.3 #114

馃摝 deps(deps): bump syncpack from 10.6.1 to 10.7.3

馃摝 deps(deps): bump syncpack from 10.6.1 to 10.7.3 #114

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
workflow_dispatch:
workflow_call:
jobs:
build:
strategy:
matrix:
platform:
- ubuntu-latest
node:
- 18.16.1
name: format-check (node@v${{matrix.node}}/${{matrix.platform}})
runs-on: ${{matrix.platform}}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
cache: yarn
- name: yarn
run: yarn
- name: yarn @bud lint
run: yarn @bud lint