chore: move useNews
and useBanners
in hooks/marketing
(#1312)
#4341
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: Buf lint | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
merge_group: | |
jobs: | |
check-codegen: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: bufbuild/[email protected] | |
with: | |
version: 1.31.0 | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Buf lint | |
run: make lint.buf |