Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

use specialized type instead of a formatter to get the current year #22

use specialized type instead of a formatter to get the current year

use specialized type instead of a formatter to get the current year #22

Workflow file for this run

name: Pull Requests
on: pull_request_target
jobs:
test:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:3.2
ports:
- 27017:27017
steps:
- name: Checkout source code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up JDK 11.0.11
uses: actions/setup-java@v1
with:
java-version: 11.0.11
- name: Run tests
run: ./sbt test
- uses: kentaro-m/[email protected]
with:
configuration-path: ".github/auto_assign.yml"