Skip to content

Modernise and cleanup lint configuration and build process #43

Modernise and cleanup lint configuration and build process

Modernise and cleanup lint configuration and build process #43

Workflow file for this run

name: CI - packages/data-edge
env:
CI: true
on:
push:
branches: '*'
paths:
- packages/data-edge/**
pull_request:
branches: '*'
paths:
- packages/data-edge/**
workflow_dispatch:
jobs:
test-ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/actions/setup
- name: Build
run: |
pushd packages/data-edge
yarn build
- name: Run tests
run: |
pushd packages/data-edge
yarn test