Skip to content

feat(tool/cmd/migrate): add keep list appends support for Java modules #8165

feat(tool/cmd/migrate): add keep list appends support for Java modules

feat(tool/cmd/migrate): add keep list appends support for Java modules #8165

Workflow file for this run

# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Dart
on: [push, pull_request, merge_group]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-24.04
# Presubmit jobs must complete within 5 minutes. See CONTRIBUTING.md.
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-librarian
- name: Display Go version
run: go version
- name: Install Dart SDK
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
with:
sdk: 3.9.0
- name: Display Dart version
run: dart --version
- name: Verify git is available
run: git --version
- name: Run tests and check coverage
run: go run ./tool/cmd/coverage ./internal/sidekick/dart ./internal/librarian/dart