Skip to content

[FIX] Mark wineprefixes starting with XDG_RUNTIME_DIR as invalid #5135

[FIX] Mark wineprefixes starting with XDG_RUNTIME_DIR as invalid

[FIX] Mark wineprefixes starting with XDG_RUNTIME_DIR as invalid #5135

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main, stable]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-deps
- name: Lint code.
run: yarn lint
- name: Prettier code.
run: yarn prettier
- name: Find dead code
run: yarn find-deadcode