hasql/.github/workflows/format.yaml
2023-10-13 04:00:30 +03:00

13 lines
230 B
YAML

name: Format the code
on:
push:
branches:
- master
pull_request:
jobs:
format:
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/format-stage.yaml@v1.0.0
secrets: inherit