Skip to content

Commit 557046e

Browse files
author
LamNguyen176
committed
rm
1 parent 5e67096 commit 557046e

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

.github/workflows/ci.yml

+38-38
Original file line numberDiff line numberDiff line change
@@ -38,46 +38,46 @@ jobs:
3838
- name: Upload Coverage to Codecov
3939
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.COVERAGE_KEY }} -f coverage/lcov.info
4040

41-
lint1:
42-
runs-on: ubuntu-latest
43-
steps:
44-
- name: Checkout
45-
uses: actions/checkout@v3
46-
47-
- name: Setup
48-
uses: ./.github/actions/setup
49-
50-
# - name: Set up Node.js
51-
# uses: actions/setup-node@v3
52-
# with:
53-
# node-version-file: .nvmrc
54-
#
55-
# - name: Install Yarn
56-
# run: |
57-
# curl -o- -L https://yarnpkg.com/install.sh | bash
58-
## export PATH="$HOME/.yarn/bin:$PATH"
41+
# lint1:
42+
# runs-on: ubuntu-latest
43+
# steps:
44+
# - name: Checkout
45+
# uses: actions/checkout@v3
5946
#
60-
# - name: Check for yarn.lock
61-
# run: |
62-
# if [ ! -f yarn.lock ]; then
63-
# echo "yarn.lock file is missing. Please run 'yarn install' to generate one."
64-
# exit 1
65-
# fi
47+
# - name: Setup
48+
# uses: ./.github/actions/setup
6649
#
67-
# - name: Install dependencies
68-
# run: yarn install
69-
70-
- name: Lint files
71-
run: yarn lint
72-
73-
- name: Typecheck files
74-
run: yarn typecheck
75-
76-
- name: Run unit tests
77-
run: yarn test --maxWorkers=2 --coverage
78-
79-
- name: Upload coverage to Codecov
80-
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.COVERAGE_KEY }} -f coverage/lcov.info
50+
## - name: Set up Node.js
51+
## uses: actions/setup-node@v3
52+
## with:
53+
## node-version-file: .nvmrc
54+
##
55+
## - name: Install Yarn
56+
## run: |
57+
## curl -o- -L https://yarnpkg.com/install.sh | bash
58+
### export PATH="$HOME/.yarn/bin:$PATH"
59+
##
60+
## - name: Check for yarn.lock
61+
## run: |
62+
## if [ ! -f yarn.lock ]; then
63+
## echo "yarn.lock file is missing. Please run 'yarn install' to generate one."
64+
## exit 1
65+
## fi
66+
##
67+
## - name: Install dependencies
68+
## run: yarn install
69+
#
70+
# - name: Lint files
71+
# run: yarn lint
72+
#
73+
# - name: Typecheck files
74+
# run: yarn typecheck
75+
#
76+
# - name: Run unit tests
77+
# run: yarn test --maxWorkers=2 --coverage
78+
#
79+
# - name: Upload coverage to Codecov
80+
# run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.COVERAGE_KEY }} -f coverage/lcov.info
8181

8282
# build-library:
8383
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)