PGXN integration #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PGXN | |
on: | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
release: | |
name: Release | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@v4 | |
with: | |
path: src/pg_stat_monitor | |
- name: Install PGXN Client | |
run: sudo pip install pgxnclient | |
- name: Install PGXN Utils | |
run: sudo gem install pgxn_utils | |
- name: Install PGXN meta validator | |
run: sudo cpan PGXN::Meta::Validator |