Skip to content

Commit

Permalink
Merge branch 'alpha' into dependabot/npm_and_yarn/semantic-release/gi…
Browse files Browse the repository at this point in the history
…thub-10.1.3
  • Loading branch information
mtrezza committed Jul 27, 2024
2 parents 5ef3c7c + 474a8c8 commit cd690b1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ jobs:
version: 2
check-types:
name: Check Types
timeout-minutes: 5
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
- run: npm ci
- name: Build Types
run: npm run build:types
Expand All @@ -31,19 +35,27 @@ jobs:
run: npm run lint:types
check-docs:
name: Check Docs
timeout-minutes: 5
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
- run: npm ci
- name: Check Docs
run: npm run docs
check-circular:
name: Check Circular Dependencies
timeout-minutes: 5
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
- run: npm ci
- name: Circular Dependencies
run: npm run madge:circular
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

0 comments on commit cd690b1

Please sign in to comment.