Skip to content

Commit

Permalink
install cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Jan 9, 2024
1 parent a1e49cc commit cdac081
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: install dependencies
run: |
pip install cpplint
- name: build
run: |
./autogen.sh
Expand Down

0 comments on commit cdac081

Please sign in to comment.