Skip to content

Commit

Permalink
Merge pull request #731 from IntelPython/cpp-style-use-fixed-ubuntu-v…
Browse files Browse the repository at this point in the history
…ersion

cpp_style_check workflow use ubuntu 20.04
  • Loading branch information
oleksandr-pavlyk authored Dec 23, 2021
1 parent 0de1218 commit 9f729f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cpp_style_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v3.1.0
uses: jidicula/clang-format-action@v3.5.1
with:
clang-format-version: '11'
check-path: 'libsyclinterface'
- name: Run clang-format style check for api headers.
uses: jidicula/clang-format-action@v3.5.1
with:
clang-format-version: '11'
check-path: 'dpctl/apis'

0 comments on commit 9f729f1

Please sign in to comment.