hasql/.github/workflows/test.yaml

14 lines
244 B
YAML
Raw Normal View History

2023-10-13 01:59:59 +03:00
name: Compile, test and check the docs
on:
push:
branches:
- master
pull_request:
jobs:
test:
2023-10-13 04:00:30 +03:00
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/test-stage.yaml@v1.0.0
2023-10-13 01:59:59 +03:00
secrets: inherit