mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-14 10:24:37 +00:00
CI: Use ubuntu-slim runner for lint jobs
This commit is contained in:
committed by
Connor McLaughlin
parent
1bc30de66f
commit
ff747dde38
4
.github/workflows/gamedb-lint.yml
vendored
4
.github/workflows/gamedb-lint.yml
vendored
@@ -18,12 +18,10 @@ on:
|
||||
|
||||
jobs:
|
||||
gamedb-lint:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-slim
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install Packages
|
||||
shell: bash
|
||||
|
||||
4
.github/workflows/translation-lint.yml
vendored
4
.github/workflows/translation-lint.yml
vendored
@@ -14,12 +14,10 @@ on:
|
||||
|
||||
jobs:
|
||||
translation-lint:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-slim
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
# Meh, can't be bothered to work out exactly which one was modified, just check them all.
|
||||
- name: Check Translation Placeholders
|
||||
|
||||
Reference in New Issue
Block a user