================
@@ -0,0 +1,63 @@
+name: "LLDB Python Lint"
+
+permissions:
+ contents: read
+
+on:
+ pull_request:
+ paths:
+ - 'lldb/test/API/**.py'
+ - '.github/workflows/lldb-pylint-action.yml'
+
+jobs:
+ code_linter:
+ if: github.repository_owner == 'llvm'
+ runs-on: ubuntu-24.04
+ defaults:
+ run:
+ shell: bash
----------------
Michael137 wrote:
You mean all of the following?
```
runs-on: ubuntu-24.04
defaults:
run:
shell: bash
```
https://github.com/llvm/llvm-project/pull/182003
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits