Skip to content

Commit

Permalink
chore: remove monorepo-check github action (software-mansion#6824)
Browse files Browse the repository at this point in the history
## Summary

Monorepo setups have become more and more diverse over the years and in
turn this workflow barely checks anything while on the other side it's
notoriously hard to maintain since so many changes can break it.

It's time to move forward.
  • Loading branch information
tjzel authored Dec 17, 2024
1 parent 2c68ff8 commit 4c885c2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 163 deletions.
92 changes: 0 additions & 92 deletions .github/workflows/monorepo-app-reanimated-build-check-action.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/monorepo-app-reanimated-build-check-nightly.yml

This file was deleted.

10 changes: 2 additions & 8 deletions .github/workflows/reanimated-release-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Reanimated release checks
on:
pull_request:
branches:
- "[0-9]+.[0-9]+-stable"
- '[0-9]+.[0-9]+-stable'
push:
branches:
- "[0-9]+.[0-9]+-stable"
- '[0-9]+.[0-9]+-stable'
workflow_call:
workflow_dispatch:

Expand Down Expand Up @@ -50,11 +50,6 @@ jobs:
name: Example Typescript check and lint
uses: ./.github/workflows/example-typescript-check-and-lint.yml

monorepo_app_reanimated_build_check_nightly:
if: github.repository == 'software-mansion/react-native-reanimated'
name: Monorepo app Reanimated build check [Nightly]
uses: ./.github/workflows/monorepo-app-reanimated-build-check-nightly.yml

reanimated_android_validation:
if: github.repository == 'software-mansion/react-native-reanimated'
name: Reanimated Android validation
Expand Down Expand Up @@ -104,4 +99,3 @@ jobs:
if: github.repository == 'software-mansion/react-native-reanimated'
name: Yarn validation
uses: ./.github/workflows/yarn-validation.yml

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ gesture-based interactions.

[![NPM Reanimated publish nightly](https://github.com/software-mansion/react-native-reanimated/actions/workflows/npm-reanimated-publish-nightly.yml/badge.svg)](https://github.com/software-mansion/react-native-reanimated/actions/workflows/npm-reanimated-publish-nightly.yml)
[![Reanimated compatibility check](https://github.com/software-mansion/react-native-reanimated/actions/workflows/reanimated-compatibility-check-nightly.yml/badge.svg)](https://github.com/software-mansion/react-native-reanimated/actions/workflows/reanimated-compatibility-check-nightly.yml)
[![Monorepo app Reanimated build check](https://github.com/software-mansion/react-native-reanimated/actions/workflows/monorepo-app-reanimated-build-check-nightly.yml/badge.svg)](https://github.com/software-mansion/react-native-reanimated/actions/workflows/monorepo-app-reanimated-build-check-nightly.yml)
[![Static framework Reanimated build check](https://github.com/software-mansion/react-native-reanimated/actions/workflows/static-framework-reanimated-build-check-nightly.yml/badge.svg)](https://github.com/software-mansion/react-native-reanimated/actions/workflows/static-framework-reanimated-build-check-nightly.yml)
[![React Native nightly Reanimated build check](https://github.com/software-mansion/react-native-reanimated/actions/workflows/react-native-nightly-reanimated-build-check-nightly.yml/badge.svg)](https://github.com/software-mansion/react-native-reanimated/actions/workflows/react-native-nightly-reanimated-build-check-nightly.yml)
[![Expo DevClient build check](https://github.com/software-mansion/react-native-reanimated/actions/workflows/expo-devclient-build-check-nightly.yml/badge.svg)](https://github.com/software-mansion/react-native-reanimated/actions/workflows/expo-devclient-build-check-nightly.yml)
Expand Down

0 comments on commit 4c885c2

Please sign in to comment.