Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Bump the minor-updates group with 3 updates #6

Bump the minor-updates group with 3 updates

Bump the minor-updates group with 3 updates #6

name: Validate Meltano Install
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
setup-meltano:
name: Validate meltano configurations
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- run: pip install meltano boto3
- name: Install dependencies
run: meltano install --clean
- name: Validate meltano install
run: meltano schedule list