Skip to content

Bump picocsv from 2.5.1 to 2.6.0 #18

Bump picocsv from 2.5.1 to 2.6.0

Bump picocsv from 2.5.1 to 2.6.0 #18

Workflow file for this run

name: build
on:
push:
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- '**/*.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Build with Gradle
run: ./gradlew --no-daemon build