Fix workflow

This commit is contained in:
Artem Gavrilov
2024-04-22 19:00:49 +02:00
parent 3b124a7f66
commit 22514ef969

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