Skip to content

Commit

Permalink
feat(version): upgrade athenna to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 10, 2023
1 parent 1acb65e commit f469bdf
Show file tree
Hide file tree
Showing 4,022 changed files with 106,256 additions and 408,571 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
41 changes: 36 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,44 @@ on:
- develop

jobs:
qodana:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 16.13.1
- 18.x
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install

- name: Run benchmarks
run: npm run benchmark

windows:
runs-on: windows-latest
strategy:
matrix:
node-version:
- 16.13.1
- 18.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install

- name: Run benchmarks
run: npm run benchmark
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ out
.pnp.*

# Compiled code
./dist
./build
dist
build
*.js
*.d.ts
*.js.map
!tests/Stubs/**/*.js
!tests/Stubs/**/*.d.ts
!tests/Stubs/**/*.js.map
!tests/stubs/**/*.js
!tests/stubs/**/*.d.ts
!tests/stubs/**/*.js.map

# IDE
.idea
Expand Down
1 change: 0 additions & 1 deletion framework/athenna/node_modules/.bin/color-support

This file was deleted.

1 change: 1 addition & 0 deletions framework/athenna/node_modules/.bin/figlet

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

1 change: 0 additions & 1 deletion framework/athenna/node_modules/.bin/js-yaml

This file was deleted.

1 change: 0 additions & 1 deletion framework/athenna/node_modules/.bin/z-schema

This file was deleted.

Loading

0 comments on commit f469bdf

Please sign in to comment.