This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
Mark marshalkit as deprecated. #855
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DO NOT EDIT! | |
# | |
# This file is generated by Terraform. | |
# See https://github.com/dogmatiq/repos. | |
name: Continuous Integration | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: 0 14 * * 0 | |
jobs: | |
ci: | |
name: Shared | |
uses: dogmatiq/repos/.github/workflows/shared-go.yml@main | |
secrets: inherit |