mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-25 19:21:31 +03:00
16 lines
270 B
YAML
16 lines
270 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
|
|
jobs:
|
|
|
|
format:
|
|
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/format.yaml@v1
|
|
secrets: inherit
|
|
|
|
check:
|
|
uses: ./.github/workflows/check.yaml
|
|
secrets: inherit
|