Skip to content

Commit b1ca017

Browse files
committed
Add PR check for zstd bundle
1 parent 990feb5 commit b1ca017

File tree

2 files changed

+89
-0
lines changed

2 files changed

+89
-0
lines changed

.github/workflows/__zstd-bundle.yml

Lines changed: 70 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/zstd-bundle.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "Zstandard bundle"
2+
description: "Tests using a CodeQL Bundle compressed using Zstandard"
3+
versions:
4+
- linked
5+
operatingSystems:
6+
- ubuntu
7+
env:
8+
CODEQL_ACTION_ZSTD_BUNDLE: true
9+
steps:
10+
- id: init
11+
uses: ./../action/init
12+
with:
13+
# Swift is not supported on Ubuntu so we manually exclude it from the list here
14+
languages: cpp,csharp,go,java,javascript,python,ruby
15+
tools: ${{ steps.prepare-test.outputs.tools-url }}
16+
- name: Build code
17+
shell: bash
18+
run: ./build.sh
19+
- uses: ./../action/analyze

0 commit comments

Comments
 (0)