Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan committed Jul 2, 2024
1 parent dfc2184 commit 2ddc3ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:

- name: Install dependencies
run: yarn --frozen-lockfile --prefer-offline
working-directory: source/

- name: Linter
run: |
npx eslint . --ext .js,.jsx,.ts,.tsx
working-directory: source/
tsc:
name: Generate Declaration Files
permissions:
Expand All @@ -47,10 +49,12 @@ jobs:

- name: Install dependencies
run: yarn --frozen-lockfile --prefer-offline
working-directory: source/

- name: Generate .d files
run: |
npx tsc
working-directory: source/
eslintapps:
name: ESLint Sample Apps
permissions:
Expand Down

0 comments on commit 2ddc3ae

Please sign in to comment.