l10n: port uniq to translation + add french #22719
CICD.yml
on: pull_request
Matrix: Dependencies
Waiting for pending jobs
Matrix: MinRustV
Waiting for pending jobs
Style/cargo-deny
Matrix: Code Coverage
Waiting for pending jobs
Matrix: Documentation/warnings
Waiting for pending jobs
Matrix: Style/deps
Waiting for pending jobs
Matrix: Separate Builds
Waiting for pending jobs
Build/SELinux
Matrix: Build
Waiting for pending jobs
Matrix: Build/Makefile
Waiting for pending jobs
Matrix: Build/nightly
Waiting for pending jobs
Matrix: Build/stable
Waiting for pending jobs
Matrix: Binary sizes
Waiting for pending jobs
Matrix: Test all features separately
Waiting for pending jobs
Matrix: Tests/BusyBox test suite
Waiting for pending jobs
Matrix: Tests/Toybox test suite
Waiting for pending jobs
Annotations
1 error
|
Invalid workflow file:
.github/workflows/CICD.yml#L552
The workflow is not valid. .github/workflows/CICD.yml (Line: 552, Col: 12): Unexpected symbol: 'features"'. Located at position 12 within expression: matrix.job.features" ]; then ARTIFACTS_SUFFIX='-nofeatures' ; fi
outputs CARGO_CMD
outputs CARGO_CMD_OPTIONS
outputs ARTIFACTS_SUFFIX
CARGO_TEST_OPTIONS=''
case '${{ matrix.job.workspace-tests }}' in
1|t|true|y|yes)
# This also runs tests in other packages in the source directory (e.g. uucore).
# We cannot enable this everywhere as some platforms are currently brok[...]
|