Skip to content

meson: build tests by default #7

meson: build tests by default

meson: build tests by default #7

Workflow file for this run

name: coding-style
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: yshui/git-clang-format-lint@master
with:
base: ${{ github.event.ref }}~1