Skip to content

Add salary extraction to rabota.by crawler #54

Add salary extraction to rabota.by crawler

Add salary extraction to rabota.by crawler #54

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml