Skip to content

Commit

Permalink
Merge branch 'main' into DEVEXP-559_Add-snippets-for-Voice-API
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Sep 23, 2024
2 parents c57348d + 1958848 commit d29bbdb
Show file tree
Hide file tree
Showing 56 changed files with 1,165 additions and 608 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
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ export default [...compat.extends('eslint:recommended', 'google', 'prettier'), {
ignorePattern: '^import.+|test',
}],

'new-cap': 'off'
},
}];
Loading

0 comments on commit d29bbdb

Please sign in to comment.