Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wiinxt committed Nov 28, 2022
1 parent 74bf12e commit 90c5794
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
if: ${{ always() }}
- run: yarn lint
if: ${{ always() }}
- uses: actions/upload-artifact@v2
with:
name: install-log
path: |
/tmp/**
if: ${{ always() }}

typecheck:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 90c5794

Please sign in to comment.