Skip to content

fix: Remove unused flatten_records setting for target-s3 (#1841) #2955

fix: Remove unused flatten_records setting for target-s3 (#1841)

fix: Remove unused flatten_records setting for target-s3 (#1841) #2955

name: Check for linting or formatting errors
on:
pull_request: {}
push:
branches: [main]
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js v20
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "yarn"
- run: yarn install --immutable
- run: yarn lint:check
format:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js v20
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "yarn"
- run: yarn install --immutable
- run: yarn format:check