Skip to content

Commit

Permalink
docs: test if fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 committed Sep 19, 2023
1 parent 16657bb commit 7955cb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ on:

jobs:
lint:
continue-on-error: true #to remove later
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: "18"
Expand All @@ -22,6 +20,7 @@ jobs:
- name: "Checking lint/format errors"
run: |
npm run lint
continue-on-error: true #to remove later
- name: "Checking type errors"
run: |
npm run check
Expand Down

0 comments on commit 7955cb8

Please sign in to comment.