feat: Add linter to detect sequences of #defines
that should be enums.
#129
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
name: publish | |
on: | |
push: | |
branches: [master] | |
release: | |
types: [released] | |
jobs: | |
publish: | |
uses: TokTok/ci-tools/.github/workflows/haskell-publish.yml@master | |
secrets: | |
API_TOKEN_HACKAGE: ${{ secrets.API_TOKEN_HACKAGE }} | |
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | |
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} |