mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-23 02:35:33 +03:00
15 lines
254 B
YAML
15 lines
254 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
|
|
format:
|
|
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/format.yaml@v3
|
|
secrets: inherit
|
|
|
|
check:
|
|
uses: ./.github/workflows/check.yaml
|
|
secrets: inherit
|