Skip to content

Commit

Permalink
CI action to run tsc and push changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarParra committed Dec 18, 2024
1 parent ad3f734 commit bbcee15
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Configure Git
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Push changes
run: |
git add -A
git commit -m "chore: commit changes from build"
git push
# if: success() && steps.build.outputs.changes_detected == 'true'
- uses: EndBug/add-and-commit@v7
with:
default_author: github_actions

0 comments on commit bbcee15

Please sign in to comment.