Skip to content

Commit

Permalink
ci: Fix linting action
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Aug 29, 2024
1 parent be2d975 commit b94ca79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:
image: ghcr.io/pulp-platform/occamy
steps:
- name: Check out source repository
uses: actions/checkout@v3
uses: actions/checkout@v2
# Re-use .clang-format from Snitch cluster
- name: Get snitch_cluster dependency
run: |
bender update
Expand Down

0 comments on commit b94ca79

Please sign in to comment.