Skip to content

Commit

Permalink
Merge pull request #145 from matzkoh/node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
matzkoh authored Feb 15, 2024
2 parents 2fc9770 + 92679c8 commit 71868b8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/node-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: node-version

on:
pull_request:
paths: .node-version

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: /.node-version
sparse-checkout-cone-mode: false

- uses: matzkoh/check-node-version@v1
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"editor.rulers": [100]
Expand Down

0 comments on commit 71868b8

Please sign in to comment.