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 a2e7355 commit 2898c73Copy full SHA for 2898c73
1 file changed
.github/workflows/lint.yaml
@@ -16,7 +16,7 @@ jobs:
16
name: plugin-clang-format
17
runs-on: ubuntu-latest
18
container:
19
- image: ubuntu:20.04
+ image: ubuntu:latest
20
steps:
21
- name: Checkout repo
22
uses: actions/checkout@v2
@@ -34,7 +34,7 @@ jobs:
34
name: sample-clang-format
35
36
37
38
39
40
0 commit comments