Skip to content

refactor: Add 'permanent' field to handle games that are in permanent… #185

refactor: Add 'permanent' field to handle games that are in permanent…

refactor: Add 'permanent' field to handle games that are in permanent… #185

Workflow file for this run

name: Check
on:
push:
branches-ignore:
- main
paths-ignore:
- '**.md'
concurrency:
group: check-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Initialization
uses: ./.github/actions/init
with:
jdk: 17
- name: Build
uses: gradle/[email protected]
with:
arguments: build -x test
- name: Test
uses: gradle/[email protected]
with:
arguments: test