File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
5
5
6
- name : run clang-format
6
+ name : clang-format
7
7
8
- # https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/
9
8
permissions :
10
- # Grant read permissions to repository in case it is not a forked public
11
- # repository, but a private repository that was created manually.
12
- contents : read
13
-
14
9
# Grant read permissions to private container images.
15
10
packages : read
16
11
36
31
runs-on : ubuntu-20.04
37
32
38
33
container :
39
- image : ghcr.io/intel/fpga-runtime-for-opencl/ubuntu-20 .04-clang :main
34
+ image : ghcr.io/intel/fpga-runtime-for-opencl/ubuntu-22 .04-dev :main
40
35
41
36
steps :
42
37
- name : checkout code
You can’t perform that action at this time.
0 commit comments