Skip to content

Commit

Permalink
updated linting scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Jul 16, 2024
1 parent 44f8cb1 commit 3f56161
Show file tree
Hide file tree
Showing 8 changed files with 24,269 additions and 286 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/ssh-agent-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,20 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: 16
node-version: 21

- name: Install Node.js dependencies
run: |
pushd ssh-agent/
npm install
npm i -g @vercel/ncc
popd
- name: Run linters
uses: wearerequired/lint-action@548d8a7c4b04d3553d32ed5b6e91eb171e10e7bb # v2
with:
continue_on_error: false
eslint_dir: ssh-agent/
eslint_auto_fix: false
eslint: true
prettier_dir: ssh-agent/
prettier_auto_fix: false
prettier: true
run: |
pushd ssh-agent/
npm run prettier
npm run eslint
popd
- name: Compile Node.js dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion ssh-agent/.eslintignore

This file was deleted.

11 changes: 0 additions & 11 deletions ssh-agent/.eslintrc.yml

This file was deleted.

4 changes: 0 additions & 4 deletions ssh-agent/.prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion ssh-agent/.prettierrc.json

This file was deleted.

Loading

0 comments on commit 3f56161

Please sign in to comment.