feat: 删掉原来的文件||feat: Delete the original file #990
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: Layotto Env Pipeline 🌊 | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
check: | |
name: "Proto Validation" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v2 | |
- name: buf-setup | |
uses: bufbuild/buf-setup-action@v1 | |
with: | |
version: '1.6.0' | |
- name: Install buf-lint | |
uses: bufbuild/buf-lint-action@v1 | |
- name: Check comments in proto files | |
run: buf lint |