Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Feb 22, 2024
1 parent 2c83866 commit 82e1ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: make build && make checkgenerate
- uses: bufbuild/[email protected]
- run: |
mkdir -p test
mkdir -p test/v1
echo "version: v1" >> buf.yaml
echo 'syntax = "proto3"; package test; message A { string a = 1; }' >> test/test.proto
echo 'syntax = "proto3"; package test; message A { string a = 1; }' >> test/v1/test.proto
- name: Validate Action
uses: ./

0 comments on commit 82e1ac4

Please sign in to comment.