hasql/.github/workflows/format.yaml
2023-10-13 02:23:14 +03:00

13 lines
264 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@7e8df8d36f4b50ec4c3585aaaed4bf3892f313f2
secrets: inherit