Skip to content

Improving data onboarding flow across Action Network, Google Sheets and Airtable [MAP-670] [MAP-671] #337

Improving data onboarding flow across Action Network, Google Sheets and Airtable [MAP-670] [MAP-671]

Improving data onboarding flow across Action Network, Google Sheets and Airtable [MAP-670] [MAP-671] #337

Workflow file for this run

name: Build nextjs app
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
environment: testing
container:
image: node:22
steps:
- name: Checkout repo content
uses: actions/checkout@v3
- name: Build nextjs app
run: cd nextjs && npm i && npm run build