Skip to content
Merged
Changes from all 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
7 changes: 2 additions & 5 deletions .github/workflows/sycl_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ on:

jobs:
lint:
# TODO use nightly builds of SYCL to get clang-format
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