Skip to content

Commit 6d2eae5

Browse files
authored
Merge pull request #149 from mturley/ci-redundant-check
Remove redundant TypeScript job in CI actions
2 parents b095db9 + cd55895 commit 6d2eae5

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,8 @@ on:
77
- release*
88

99
jobs:
10-
typecheck:
11-
name: TypeScript
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Checkout
15-
uses: actions/checkout@v3
16-
- name: Setup Node.js
17-
uses: actions/setup-node@v3
18-
with:
19-
node-version: lts/*
20-
- name: Install dependencies
21-
run: npm install --legacy-peer-deps # TODO remove --legacy-peer-deps after https://github.com/patternfly/patternfly-react-seed/issues/134 is fixed
22-
- name: Run tsc
23-
run: npm run type-check
2410
lint:
25-
name: ESLint
11+
name: Lint
2612
runs-on: ubuntu-latest
2713
steps:
2814
- name: Checkout

0 commit comments

Comments
 (0)