Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-09-10 21:46:32 +0300
committerJunio C Hamano <gitster@pobox.com>2021-09-10 21:46:32 +0300
commit613204b9487692d0bfe15c66f3ef17ba1baeca36 (patch)
tree2e487efac0d6eeb4ba76e1c0e5b22262446f664f /.github
parent9762646ee42b775139b4d519d090808cbdd3bdeb (diff)
parentcebead1ebfb8f6c78097173749596cb9604776d9 (diff)
Merge branch 'cb/ci-build-pedantic'
CI update. * cb/ci-build-pedantic: ci: run a pedantic build as part of the GitHub workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 68596f2592..b053b01c66 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -259,6 +259,8 @@ jobs:
image: alpine
- jobname: Linux32
image: daald/ubuntu32:xenial
+ - jobname: pedantic
+ image: fedora
env:
jobname: ${{matrix.vector.jobname}}
runs-on: ubuntu-latest