hasql/.github/workflows/on-push-to-master.yaml

15 lines
194 B
YAML
Raw Normal View History

2023-10-13 01:59:59 +03:00
on:
push:
branches:
- master
jobs:
2023-10-14 14:55:02 +03:00
format:
2024-04-28 15:42:06 +03:00
uses: ./.github/workflows/format.yaml
2023-10-14 14:55:02 +03:00
secrets: inherit
2023-10-16 15:39:46 +03:00
check:
2023-10-16 15:47:35 +03:00
uses: ./.github/workflows/check.yaml
2023-10-13 01:59:59 +03:00
secrets: inherit