Skip to content

chore(deps): update alchemist to v27 (major) - autoclosed #1248

chore(deps): update alchemist to v27 (major) - autoclosed

chore(deps): update alchemist to v27 (major) - autoclosed #1248

name: CI
on:
push:
tags: '*'
branches-ignore:
- 'autodelivery**'
- 'bump-**'
- 'renovate/**'
paths-ignore:
- 'CHANGELOG.md'
- 'renovate.json'
- '.gitignore'
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
Build:
strategy:
matrix:
os: [windows, macos, ubuntu]
runs-on: ${{ matrix.os }}-latest
steps:
# Checkout the repository
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: DanySK/[email protected]
with:
check-command: ./gradlew check runAll --parallel
should-deploy: false