Skip to content

Bump eslint from 7.32.0 to 9.3.0 in /hub-frontend #698

Bump eslint from 7.32.0 to 9.3.0 in /hub-frontend

Bump eslint from 7.32.0 to 9.3.0 in /hub-frontend #698

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Hub CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 15
uses: actions/setup-java@v1
with:
java-version: 15
- name: Grant execute permission for gradlew
run: cd hub-backend && chmod +x gradlew
- name: Build with Gradle
run: cd hub-backend && ./gradlew build