================ @@ -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 ---------------- boomanaiden154 wrote:
Not the `runs-on`, just the `defaults` key. https://github.com/llvm/llvm-project/pull/182003 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
