Skip to content

v0.20.0

Choose a tag to compare

@jonnyandrew jonnyandrew released this 13 Feb 08:25
· 145 commits to main since this release
75af5d3

New features

You can now use the govuk-one-login/mobile-android-pipelines/actions/common-prerequisites action to install Java, Cocogitto, Homebrew and Vale (#83).

You can use this as an alternative to the govuk-one-login/mobile-android-pipelines/actions/setup-runner action which is slower and installs more dependencies.

jobs:
  build:
    steps:
      ...
      - name: Set up runner
        uses: govuk-one-login/mobile-android-pipelines/actions/common-prerequisites

What's Changed

  • feat: DCMAW 9570 Add common-prerequisites action by @ThomasIent in #83

Full Changelog: v0.19.0...v0.20.0