You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yaml
+1-15Lines changed: 1 addition & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,8 @@ on:
7
7
- release*
8
8
9
9
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
0 commit comments