We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c18daa commit 0abdd86Copy full SHA for 0abdd86
.github/workflows/check.yml
@@ -8,5 +8,7 @@ jobs:
8
steps:
9
- name: Checkout repository
10
uses: actions/checkout@v4
11
+ - name: Install dependencies
12
+ run: npm install
13
- name: XO Lint
14
run: npx xo
0 commit comments