Skip to content

Bump braces from 3.0.2 to 3.0.3 in /src/main/resources #868

Bump braces from 3.0.2 to 3.0.3 in /src/main/resources

Bump braces from 3.0.2 to 3.0.3 in /src/main/resources #868

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
lfs: true
- name: Setup Java JDK
uses: actions/[email protected]
with:
distribution: temurin
java-version: '8'
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 16
- name: Test code with Maven
run: ./mvnw test