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

Lintcheck C/C++

Lintcheck C/C++ #3072

Workflow file for this run

name: Lintcheck C/C++
on:
push:
branches:
- main
paths:
- "src/nle**.c"
- "include/nle**.h"
- "win/rl/**.cc"
pull_request:
paths:
- "src/nle**.c"
- "include/nle**.h"
- "win/rl/**.cc"
schedule:
- cron: "0 6,18 * * *"
jobs:
check_cc:
name: "clang-format"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.12
with:
source: 'win/rl src/nle.c sys/unix/nledl.c include/nle.h include/nledl.h include/nleobs.h'
clangFormatVersion: 12