fix: try just running

This commit is contained in:
Tom Hu 2024-03-07 22:05:14 -08:00
parent e089efb82d
commit ae4db43540
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

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