Skip to content

build: add all targets #28

build: add all targets

build: add all targets #28

Workflow file for this run

name: Check
on:
push:
tags:
- 'v0.*'
- 'v1.*'
branches:
- 'master'
- 'ci/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: iseki0/idea-download-action@master
- name: Reformat
run: format -r -m *.kt,*.kts,*.java .
- name: Check
run: git diff --exit-code --color