Skip to content

fix(post): remove and edit content #189

fix(post): remove and edit content

fix(post): remove and edit content #189

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
name: Coding style standard and static analysis check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
run: make lint