Skip to content

Commit

Permalink
Add Swift file baseline info to expected list
Browse files Browse the repository at this point in the history
Also update query ID prefixes for C# and Ruby
  • Loading branch information
henrymercer committed Nov 14, 2022
1 parent 0eacdb5 commit 0db96a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr-checks/checks/export-file-baseline-information.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
shell: bash
run: |
cd "$RUNNER_TEMP/results"
expected_baseline_languages="cpp csharp go java js py ruby"
expected_baseline_languages="cpp cs go java js py rb swift"
for lang in ${expected_baseline_languages}; do
rule_name="${lang}/baseline/expected-extracted-files"
Expand Down

0 comments on commit 0db96a9

Please sign in to comment.