Skip to content

feat: use aws-greengrass-labs-database-postgresql v1.0.1 (#36) #112

feat: use aws-greengrass-labs-database-postgresql v1.0.1 (#36)

feat: use aws-greengrass-labs-database-postgresql v1.0.1 (#36) #112

Workflow file for this run

name: Python CI
on:
push:
branches:
- main
pull_request:
branches: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v2
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install marko bs4 requests
- name: Parse README
run: python3 workflow-scripts/readme_parser.py
- name: Validate components list
run: python3 workflow-scripts/component_list_validator.py