Skip to content

Commit

Permalink
test pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Mar 27, 2020
1 parent 2d45935 commit db39408
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: docker-practice/actions-setup-docker@master
- name: lint
run: docker run -v pwd:/workspace --workdir /workspace bufbuild/buf check lint --error-format=json
- name: check-breakage
run: docker run -v pwd:/workspace --workdir /workspace bufbuild/buf --against-input .git#branch=master
- run: pwd
# - name: lint
# run: docker run -v pwd:/workspace --workdir /workspace bufbuild/buf check lint --error-format=json
# - name: check-breakage
# run: docker run -v pwd:/workspace --workdir /workspace bufbuild/buf --against-input .git#branch=master

0 comments on commit db39408

Please sign in to comment.