Skip to content

Commit

Permalink
fix: linting & tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel committed Apr 16, 2024
1 parent 7e26aea commit 41a5813
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 297 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
echo "REPOS=$(ls . | tr '\n' ' ')" >> $GITHUB_ENV
- name: Merge develop
run: |
git config --global user.email "[email protected]"
git config --global user.name "RiotRobot"
for REPO in $REPOS; do git -C "$REPO" merge origin/develop; done
git config --global user.email "[email protected]"
git config --global user.name "RiotRobot"
for REPO in $REPOS; do git -C "$REPO" merge origin/develop; done
- name: Push staging
run: for REPO in $REPOS; do git -C "$REPO" push origin staging; done
58 changes: 0 additions & 58 deletions config.remote.json

This file was deleted.

Loading

0 comments on commit 41a5813

Please sign in to comment.