Skip to content

Windows SYCL Build Fix, main branch (2023.09.25.) #674

Windows SYCL Build Fix, main branch (2023.09.25.)

Windows SYCL Build Fix, main branch (2023.09.25.) #674

Workflow file for this run

name: Checks
on:
push:
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
container: ghcr.io/acts-project/format10:v11
steps:
- uses: actions/checkout@v2
- name: Check
run: .github/check_format.sh .
- uses: actions/upload-artifact@v1
if: failure()
with:
name: changed
path: changed