Skip to content

Commit dc556a8

Browse files
author
Sergei Orlov
committed
💚 Remove redundant CI jobs copied by accident
1 parent a85da63 commit dc556a8

File tree

5 files changed

+0
-65
lines changed

5 files changed

+0
-65
lines changed

.github/workflows/coverage-workflow.yml

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

.github/workflows/lint-workflow.yml

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

.github/workflows/publish-preview-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
3636
- name: Install dependencies
3737
run: yarn
38-
- name: Transpile to JavaScript
39-
run: yarn build
4038
- run: |
4139
sed -i s/"\"version\":.*/\"version\": \"$RELEASE_VERSION\","/ package.json
4240
- name: Publish to GHP

.github/workflows/publish-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
1616
- name: Install dependencies
1717
run: yarn
18-
- name: Transpile to JavaScript
19-
run: yarn build
2018
- run: |
2119
sed -i s/"\"version\":.*/\"version\": \"$RELEASE_VERSION\","/ package.json
2220
- name: Publish to NPM

.github/workflows/test-workflow.yml

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

0 commit comments

Comments
 (0)