Skip to content

Commit

Permalink
Fix linting errors (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Oct 31, 2021
1 parent 7004d81 commit 2a1e1d5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Install dependencies
run: npm ci

# help the linter
- name: Install example dependencies
working-directory: ./examples
run: npm ci

- name: Lint
run: npm run lint

Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install npm@8
run: npm install -g npm@8

# help the linter
- name: Install example dependencies
working-directory: ./examples
run: npm ci

- name: Install react
run: npm install --no-save react@${{ matrix.react-version }} react-dom@${{ matrix.react-version }}

Expand Down
12 changes: 6 additions & 6 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a1e1d5

Please sign in to comment.