hasql/.github/workflows/format-and-test.yaml
2023-10-15 02:14:41 +03:00

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