We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b249d1d commit 97fe652Copy full SHA for 97fe652
.github/workflows/check-formatting.yml
@@ -4,7 +4,7 @@ on: [pull_request]
4
jobs:
5
clang-format-check:
6
name: clang-format
7
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-22.04"
8
steps:
9
- name: Setup environment
10
run: |
.github/workflows/check-typos.yml
run:
name: typos
- name: Checkout Repository
uses: actions/checkout@v2
0 commit comments