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

lwnbdsvr/platform-ps2: include iomanX before redefining close() #41

lwnbdsvr/platform-ps2: include iomanX before redefining close()

lwnbdsvr/platform-ps2: include iomanX before redefining close() #41

Workflow file for this run

name: CI-format-check
on:
push:
paths:
- '**.h'
- '**.c'
- '.github/workflows/check-format.yml'
- '.clang-format'
pull_request:
paths:
- '**.h'
- '**.c'
- '.github/workflows/check-format.yml'
- '.clang-format'
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,c'
clangFormatVersion: 12
inplace: False