We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd2b57 commit 8157ae8Copy full SHA for 8157ae8
1 file changed
.github/workflows/main.yml
@@ -6,7 +6,7 @@ on:
6
branches: [main]
7
jobs:
8
lint:
9
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, Linux, X64]
10
steps:
11
- uses: actions/checkout@v4
12
- uses: GeiserX/awesome-lint-extra@main
@@ -15,7 +15,7 @@ jobs:
15
badge_types: '["stars", "last-commit", "language", "license"]'
16
check_alphabetical: 'true'
17
links:
18
19
continue-on-error: true
20
21
0 commit comments