Skip to content

fix: formatted h4 style #1019

fix: formatted h4 style

fix: formatted h4 style #1019

Workflow file for this run

name: Tests
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
run: make lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: test
run: make test