Skip to content

Commit

Permalink
Merge pull request #161 from rwth-acis/releases/1.9.2
Browse files Browse the repository at this point in the history
Releases/1.9.2
  • Loading branch information
lakhoune authored May 9, 2023
2 parents 7e52ce2 + 750e6e2 commit d87a7ce
Show file tree
Hide file tree
Showing 77 changed files with 14,598 additions and 19,288 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint and Test
name: Lint and Test

on:
pull_request:
Expand All @@ -8,21 +8,21 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install node-modules
run: npm i
- name: Lint
- uses: actions/checkout@v3
- name: Install node-modules
run: npm i
- name: Lint
run: npm run lint
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Setup
run: npm i
run: npm i
- name: Test
run: |
npm run test-headless
26 changes: 21 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@
"output": "webcomponents/"
}
],
"styles": ["src/styles.scss"],
"scripts": ["node_modules/marked/marked.min.js"]
"styles": [
"src/styles.scss"
],
"scripts": [
"node_modules/marked/marked.min.js"
]
},
"configurations": {
"production": {
Expand Down Expand Up @@ -109,7 +113,6 @@
}
}
},

"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
Expand Down Expand Up @@ -138,7 +141,9 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"styles": ["src/styles.scss"],
"styles": [
"src/styles.scss"
],
"assets": [
"src/favicon.ico",
"src/assets",
Expand All @@ -159,7 +164,10 @@
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
Expand All @@ -183,5 +191,13 @@
}
}
}
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
20 changes: 0 additions & 20 deletions browserslist

This file was deleted.

Loading

0 comments on commit d87a7ce

Please sign in to comment.