Skip to content

core: fix segfaults when the HOME environment variable is not set #609

core: fix segfaults when the HOME environment variable is not set

core: fix segfaults when the HOME environment variable is not set #609

Workflow file for this run

name: coding-style
on: pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }}
- uses: yshui/git-clang-format-lint@v1.14
with:
base: ${{ github.event.pull_request.base.sha }}