We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b27c4 commit 67cfe20Copy full SHA for 67cfe20
check-code-style/action.yml
@@ -12,7 +12,7 @@ runs:
12
using: "composite"
13
steps:
14
- name: Install code checking tools if on Ubuntu
15
- if: inputs.os == 'ubuntu-latest'
+ if: inputs.os == 'ubuntu-latest' || inputs.os == 'ubuntu-20.04'
16
run: |
17
# Install Clang (including clang-format) through LLVM's preferred mechanism:
18
# https://apt.llvm.org/
0 commit comments