Skip to content

Commit

Permalink
Remove debug examination from GitHub Lint Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmaniak committed Aug 8, 2024
1 parent a8d9ef5 commit 376cced
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: pip install cpplint
- run: pwd
- run: ls
- run: make lint -f Makefile
- run: make lint

0 comments on commit 376cced

Please sign in to comment.