We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811ef98 commit 7322b9cCopy full SHA for 7322b9c
.github/workflows/pr.yml
@@ -4,14 +4,14 @@ on: [pull_request]
4
5
jobs:
6
clang-format:
7
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
10
- name: clang-format
11
run: |
12
docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source ./include
13
build-lib:
14
15
needs: clang-format
16
17
.github/workflows/push_image.yml
@@ -10,7 +10,7 @@ env:
build-and-push-image:
permissions:
contents: read
packages: write
0 commit comments