Skip to content

Commit ff747dd

Browse files
Pesastenzek
authored andcommitted
CI: Use ubuntu-slim runner for lint jobs
1 parent 1bc30de commit ff747dd

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/gamedb-lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ on:
1818

1919
jobs:
2020
gamedb-lint:
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-slim
2222
timeout-minutes: 120
2323
steps:
2424
- uses: actions/checkout@v6
25-
with:
26-
fetch-depth: 0
2725

2826
- name: Install Packages
2927
shell: bash

.github/workflows/translation-lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ on:
1414

1515
jobs:
1616
translation-lint:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-slim
1818
timeout-minutes: 120
1919
steps:
2020
- uses: actions/checkout@v6
21-
with:
22-
fetch-depth: 0
2321

2422
# Meh, can't be bothered to work out exactly which one was modified, just check them all.
2523
- name: Check Translation Placeholders

0 commit comments

Comments
 (0)