Skip to content

Add .DS_Store to .gitignore #50

Add .DS_Store to .gitignore

Add .DS_Store to .gitignore #50

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "temurin"
- name: Build with Gradle
run: ./gradlew assemble build test