Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Jul 17, 2024
1 parent fad14ea commit 94768c2
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,32 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Checkout sources
uses: actions/checkout@v4

- name: Clone postgres repository
uses: actions/checkout@v4
with:
repository: 'postgres/postgres'
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
run: sudo cpan SHANCOCK/Perl-Tidy-20230309.tar.gz

- name: Install pg_bsd_indent
working-directory: src/tools/pg_bsd_indent
working-directory: postgres/src/tools/pg_bsd_indent
run: make install

- name: Format sources
working-directory: pg_stat_monitor
run: |
make update-typedefs
make indent
Expand Down

0 comments on commit 94768c2

Please sign in to comment.