Skip to content

Bump @typescript-eslint/parser from 8.6.0 to 8.11.0 in /client #4257

Bump @typescript-eslint/parser from 8.6.0 to 8.11.0 in /client

Bump @typescript-eslint/parser from 8.6.0 to 8.11.0 in /client #4257

Workflow file for this run

name: Server
on: [push, pull_request]
jobs:
gradle-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Cache Gradle artifacts (downloaded JARs, the wrapper, and any downloaded JDKs)
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
~/.gradle/jdks
key: ${{ runner.os }}-gradle-${{ hashFiles('**/.gradle/') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Build with Gradle
run: ./gradlew build
working-directory: ./server