Fix workflow

pull/458/head
Artem Gavrilov 2024-04-22 19:00:49 +02:00
parent 3b124a7f66
commit 22514ef969
1 changed files with 8 additions and 3 deletions

View File

@ -1,11 +1,16 @@
name: check
name: Check
on:
pull_request:
jobs:
build:
name: Checks
check:
name: Run checks
runs-on: ubuntu-22.04
defaults:
run:
working-directory: src/pg_stat_monitor
steps:
- name: Checkout sources