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 2898c73 commit 312f1deCopy full SHA for 312f1de
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:latest
+ image: ubuntu:20.04
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
@@ -82,7 +82,7 @@ jobs:
82
83
yamllint:
84
name: yamllint
85
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
86
87
88
@@ -100,7 +100,7 @@ jobs:
100
101
shellcheck:
102
name: shellcheck
103
104
105
106
0 commit comments