Skip to content

104 use logf4j style instead of print bs (#119) #232

104 use logf4j style instead of print bs (#119)

104 use logf4j style instead of print bs (#119) #232

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ main ]
pull_request:
types: [ opened, synchronize, reopened, closed ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install packages
run: make install
- name: refactor
run: make refactor
- name: test
run: make test
- name: testint
run: make testint