fix: remove call

This commit is contained in:
Tom Hu 2024-03-08 19:44:22 -08:00
parent 0c3f353a54
commit 0862c08e2f
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -10,8 +10,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: run
run: ./dist/test.sh
- name: Install dependencies
run: npm install
- name: Lint