mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 10:05:27 +03:00
15 lines
202 B
YAML
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
|