mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-23 02:35:33 +03:00
18 lines
424 B
YAML
18 lines
424 B
YAML
name: Compile, test and check the docs
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
|
|
jobs:
|
|
|
|
format:
|
|
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/format.yaml@v1.1.2
|
|
secrets: inherit
|
|
|
|
test:
|
|
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/test-with-postgres.yaml@2d3d247058c0b80a6dabcabf27330a083e025cb2
|
|
secrets: inherit
|