Skip to content

Commit 761f376

Browse files
ci(github): fix workflows build.yml and lint.yml
1 parent 5ddf64d commit 761f376

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,3 @@ jobs:
2222

2323
- name: Build package
2424
run: npm run build
25-
26-
- name: Generate docs
27-
run: npm run docs
28-
29-
- name: Deploy
30-
if: github.ref_name == 'master'
31-
uses: remarkablemark/gitploy-action@v1
32-
with:
33-
directory: docs

.github/workflows/lint.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,3 @@ jobs:
3131

3232
- name: Lint package
3333
run: npm run lint:package
34-
35-
- name: Check types
36-
run: |
37-
npx @arethetypeswrong/cli --pack
38-
if [[ "$(npx @arethetypeswrong/cli --pack -f json | jq '.problems != {}')" == 'true' ]]; then
39-
npx @arethetypeswrong/cli --pack -f json | jq
40-
exit 1
41-
fi

0 commit comments

Comments
 (0)