Skip to content

chore(deps): update eslint monorepo to v10 #1000

chore(deps): update eslint monorepo to v10

chore(deps): update eslint monorepo to v10 #1000

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- alpha
- beta
- main
- renovate/**
jobs:
ci-optimization:
name: CI optimization
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@9c6934912400aa5305af4b6a0f8b23e6dc8eb5bd # 4.0.6
permissions:
pull-requests: read
# release_semantic_dry:
# needs: ci-optimization
# if: needs.ci-optimization.outputs.continue == 'true'
# name: Release (semantic, dry)
# uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2.0
# permissions:
# contents: write
# id-token: write
# secrets:
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
# with:
# DRY_RUN: true
build:
needs: ci-optimization
if: needs.ci-optimization.outputs.continue == 'true'
name: Build
uses: dargmuesli/github-actions/.github/workflows/docker.yml@9c6934912400aa5305af4b6a0f8b23e6dc8eb5bd # 4.0.6
# needs: release_semantic_dry
permissions:
packages: write
with:
PUSH: false
# BUILD_ARGUMENTS: RELEASE_NAME=${{ needs.release_semantic_dry.outputs.new_release_version }}
# TAG: ${{ needs.release_semantic_dry.outputs.new_release_version }}
# release_semantic:
# needs: build
# name: Release (semantic)
# uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2.0
# permissions:
# contents: write
# id-token: write
# secrets:
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}