Skip to content

Commit

Permalink
use npx
Browse files Browse the repository at this point in the history
Co-authored-by: Akash Askoolum <[email protected]>
  • Loading branch information
NovemberTang and akash1810 committed Jan 25, 2024
1 parent 0382962 commit a7fdf30
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5,383 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/inclusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"

- name: Run inclusion linter
run: npm ci && npm run inclusion-lint || echo "Catch warnings and exit 0"
- name: Run inclusion
run: npx alex -q *.md || echo "Catch warnings and exit 0" # Once all warnings have been resolved, remove the second statement
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
*.iml
out
gen
node_modules/
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

Loading

0 comments on commit a7fdf30

Please sign in to comment.