diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index da3dce4..b3dffa6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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