Skip to content

build(deps): bump @withfig/api-bindings from 0.29.4 to 0.30.5 #357

build(deps): bump @withfig/api-bindings from 0.29.4 to 0.30.5

build(deps): bump @withfig/api-bindings from 0.29.4 to 0.30.5 #357

Workflow file for this run

name: Lint packages
on:
workflow_dispatch:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js v20
uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v2
- name: Install dependencies and build # build is a postinstall script
run: pnpm install --frozen-lockfile
- name: Lint packages
run: pnpm lint