Skip to content

Commit

Permalink
Merge branch 'main' into DEVEXP-558_Add-snippets-for-Verification-API
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Sep 23, 2024
2 parents 1591a88 + 31a8f08 commit f96d704
Show file tree
Hide file tree
Showing 43 changed files with 919 additions and 609 deletions.
6 changes: 5 additions & 1 deletion .github/ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Node.js Snippets Continuous Integration
on: [push]

jobs:
lint:
build:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,6 +18,10 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install snippets dependencies
working-directory: ./snippets
run: npm install

- name: Run TypeScript compiler
run: tsc

Expand Down
2 changes: 0 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,5 @@ export default [...compat.extends('eslint:recommended', 'google', 'prettier'), {
ignorePattern: '^import.+|test',
}],

'new-cap': 'off',
'no-unused-vars': 'off'
},
}];
Loading

0 comments on commit f96d704

Please sign in to comment.