Skip to content

Commit

Permalink
Merge pull request #149 from mturley/ci-redundant-check
Browse files Browse the repository at this point in the history
Remove redundant TypeScript job in CI actions
  • Loading branch information
mturley authored Aug 18, 2022
2 parents b095db9 + cd55895 commit 6d2eae5
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,8 @@ on:
- release*

jobs:
typecheck:
name: TypeScript
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install dependencies
run: npm install --legacy-peer-deps # TODO remove --legacy-peer-deps after https://github.com/patternfly/patternfly-react-seed/issues/134 is fixed
- name: Run tsc
run: npm run type-check
lint:
name: ESLint
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 6d2eae5

Please sign in to comment.