hasql/.github/workflows/on-pull-request-to-master.yaml
2024-04-28 15:50:51 +03:00

15 lines
202 B
YAML

on:
pull_request:
branches:
- master
jobs:
format:
uses: ./.github/workflows/format.yaml
secrets: inherit
check:
uses: ./.github/workflows/check.yaml
secrets: inherit