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

Commit

Permalink
Change clang-format workflow.
Browse files Browse the repository at this point in the history
This should fix it at clang-format version 12.
  • Loading branch information
Heinrich Kuttler committed Nov 26, 2021
1 parent 40af63c commit b54f2ec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint_cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
name: "clang-format"
runs-on: ubuntu-latest
steps:
- name: Clone NLE repo
uses: actions/checkout@v2
- name: Run clang
run: "./nle/scripts/run-clang-format -r win/rl src/nle.c sys/unix/nledl.c include/nle.h include/nledl.h include/nleobs.h"
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: 'win/rl src/nle.c sys/unix/nledl.c include/nle.h include/nledl.h include/nleobs.h'
clangFormatVersion: 12

0 comments on commit b54f2ec

Please sign in to comment.