Skip to content

Commit

Permalink
get the current repo but do not delete the build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Jun 19, 2024
1 parent bec6dd0 commit c5f60b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
container:
image: ghcr.io/genspectrum/lapis-silo-linter-dependencies:commit-${{ github.sha }}
steps:
- uses: actions/checkout@v4
with:
path: /src
clean: false

- shell: bash
working-directory: /src
name: Configure and run clang-tidy on changed files
Expand Down

0 comments on commit c5f60b9

Please sign in to comment.