ci: Move linting to build jet (#9188)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Joe Au-Yeung
2023-05-29 20:43:32 +01:00
committed by GitHub
co-authored by Peer Richelsen
parent 21cb2e5609
commit 9f881e9911
+1 -1
View File
@@ -3,7 +3,7 @@ on:
workflow_call:
jobs:
lint:
runs-on: ubuntu-latest
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v3