Skip to content

fix: revert line ending to follow the WARC format #34

fix: revert line ending to follow the WARC format

fix: revert line ending to follow the WARC format #34

name: Build unstable
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B clean compile
- name: Check with spotless
run: mvn spotless:check