Skip to content

WIP Switch scraper over to selenium #337

WIP Switch scraper over to selenium

WIP Switch scraper over to selenium #337

Workflow file for this run

name: Java - Typecheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
java-compile:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
with:
lfs: true
- name: Set up Node + Yarn
uses: actions/setup-node@v3
with:
cache: 'yarn'
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Build JAR file
run: |
yarn gradle jar