Skip to content

Commit 60058f6

Browse files
unused workflows/steps deleted
1 parent eb71416 commit 60058f6

File tree

5 files changed

+1
-400
lines changed

5 files changed

+1
-400
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/issue-comment-job-example.yml

Lines changed: 0 additions & 188 deletions
This file was deleted.

.github/workflows/manual-triggered-job-example.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ jobs:
7575
- name: Run build and test
7676
run: |
7777
yarn all
78-
env:
79-
GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FORK: ${{ github.event.pull_request.head.repo.fork }}
78+
8079
8180
# - name: Verify Changed files
8281
# uses: tj-actions/verify-changed-files@v20
@@ -87,34 +86,6 @@ jobs:
8786
# src
8887
# dist
8988

90-
- name: Commit files
91-
if: steps.changed_files.outputs.files_changed == 'true' && github.event_name == 'pull_request'
92-
run: |
93-
git config --local user.email "action@github.com"
94-
git config --local user.name "GitHub Action"
95-
git add src dist
96-
git commit -m "Added missing changes and modified dist assets."
97-
98-
- name: Push changes
99-
if: steps.changed_files.outputs.files_changed == 'true' && github.event_name == 'pull_request'
100-
continue-on-error: true
101-
uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # master
102-
with:
103-
github_token: ${{ secrets.GITHUB_TOKEN }}
104-
branch: ${{ github.head_ref }}
105-
106-
- name: Upload build assets
107-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108-
with:
109-
name: build-assets
110-
path: dist
111-
112-
- name: Run codacy-coverage-reporter
113-
uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
114-
continue-on-error: true
115-
with:
116-
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
117-
coverage-reports: coverage/lcov.info
11889

11990
# test-multiple-repositories:
12091
# name: Test with multiple repositories

0 commit comments

Comments
 (0)