Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

am: Fix too much file handle cause memory leak, this fix cia installation #359

am: Fix too much file handle cause memory leak, this fix cia installation

am: Fix too much file handle cause memory leak, this fix cia installation #359

Workflow file for this run

name: citra-format
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
jobs:
clang-format:
runs-on: ubuntu-latest
container:
image: pablomk7/build-environments:linux-fresh
options: -u 1001
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
env:
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
run: ./.ci/clang-format.sh