Skip to content

Merge pull request #12 from depot/feat/reset-project-cache #25

Merge pull request #12 from depot/feat/reset-project-cache

Merge pull request #12 from depot/feat/reset-project-cache #25

Workflow file for this run

name: push
on:
push:
branches:
- main
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
#- uses: bufbuild/buf-breaking-action@v1
# with:
# against: https://github.com/${{ github.repository }}.git#branch=main,ref=HEAD~1
- uses: bufbuild/buf-push-action@v1
with:
buf_token: ${{ secrets.BUF_TOKEN }}
input: proto