We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cab27eb + 9274a5e commit 677f3e0Copy full SHA for 677f3e0
1 file changed
.github/workflows/ci.yml
@@ -71,13 +71,6 @@ jobs:
71
llvm \
72
libbpf-dev
73
pip install pre-commit
74
- - name: Cache precommit linters
75
- id: cache-precommit-linters
76
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
77
- with:
78
- path: |
79
- ~/.cache/pre-commit/
80
- key: ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}
81
- name: Generate eBPF code
82
run: make generate-ebpf
83
- name: Run linters
0 commit comments