mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Fix
This commit is contained in:
17
.github/workflows/check.yml
vendored
17
.github/workflows/check.yml
vendored
@@ -40,23 +40,32 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Clone postgres repository
|
- name: Clone postgres repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'postgres/postgres'
|
repository: 'postgres/postgres'
|
||||||
ref: 'REL_16_STABLE'
|
ref: 'REL_16_STABLE'
|
||||||
|
path: 'postgres'
|
||||||
|
|
||||||
|
- name: Checkout sources
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
path: 'pg_stat_monitor'
|
||||||
|
|
||||||
|
- name: Debug
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
|
|
||||||
- name: Install perltidy
|
- name: Install perltidy
|
||||||
run: sudo cpan SHANCOCK/Perl-Tidy-20230309.tar.gz
|
run: sudo cpan SHANCOCK/Perl-Tidy-20230309.tar.gz
|
||||||
|
|
||||||
- name: Install pg_bsd_indent
|
- name: Install pg_bsd_indent
|
||||||
working-directory: src/tools/pg_bsd_indent
|
working-directory: postgres/src/tools/pg_bsd_indent
|
||||||
run: make install
|
run: make install
|
||||||
|
|
||||||
- name: Format sources
|
- name: Format sources
|
||||||
|
working-directory: pg_stat_monitor
|
||||||
run: |
|
run: |
|
||||||
make update-typedefs
|
make update-typedefs
|
||||||
make indent
|
make indent
|
||||||
|
|||||||
Reference in New Issue
Block a user