mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-03-24 06:01:27 +00:00
Compare commits
2 Commits
refactor_c
...
8554688230
| Author | SHA1 | Date | |
|---|---|---|---|
| 8554688230 | |||
| 3e873f378e |
4
.github/workflows/format.yml
vendored
4
.github/workflows/format.yml
vendored
@ -12,8 +12,8 @@ jobs:
|
|||||||
name: Format
|
name: Format
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- uses: pre-commit/action@v3.0.1
|
- uses: pre-commit/action@v3.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user