Skip to content

chore(sdk): bump rollups-node to 2.0.0-alpha.11 #1179

chore(sdk): bump rollups-node to 2.0.0-alpha.11

chore(sdk): bump rollups-node to 2.0.0-alpha.11 #1179

Workflow file for this run

name: lint
on:
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint
run: bun run lint