Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
gavmck committed Jan 31, 2024
1 parent bd48c75 commit a4cf4dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
node-version-file: .nvmrc
cache: 'npm'
- run: npm ci
- run: npm run build
- run: cd example && npm ci
- name: Lint Code Base
uses: github/super-linter/slim@v5
Expand Down

0 comments on commit a4cf4dd

Please sign in to comment.