Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/sycl_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ jobs:
lint:
# TODO use nightly builds of SYCL to get clang-format
Comment thread
alexbatashev marked this conversation as resolved.
Outdated
runs-on: ubuntu-latest
container:
image: ghcr.io/intel/llvm/sycl_ubuntu2004_nightly:no-drivers
steps:
- name: Get clang-format first
run: sudo apt-get install -yqq clang-format

- uses: actions/checkout@v2
with:
fetch-depth: 2

- name: Run clang-format
uses: ./devops/actions/clang-format

Expand Down