5
.github/linters/tsconfig.json
vendored
5
.github/linters/tsconfig.json
vendored
@@ -5,5 +5,8 @@
|
|||||||
"noEmit": true
|
"noEmit": true
|
||||||
},
|
},
|
||||||
"include": ["../../__tests__/**/*", "../../src/**/*"],
|
"include": ["../../__tests__/**/*", "../../src/**/*"],
|
||||||
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
|
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"],
|
||||||
|
"references": [
|
||||||
|
{ "path": "./packages/attest" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
3
.github/workflows/check-dist.yml
vendored
3
.github/workflows/check-dist.yml
vendored
@@ -39,6 +39,9 @@ jobs:
|
|||||||
id: install
|
id: install
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Build @actions/attest
|
||||||
|
run: npm run build --workspace packages/attest
|
||||||
|
|
||||||
- name: Build dist/ Directory
|
- name: Build dist/ Directory
|
||||||
id: build
|
id: build
|
||||||
run: npm run bundle
|
run: npm run bundle
|
||||||
|
|||||||
3
.github/workflows/linter.yml
vendored
3
.github/workflows/linter.yml
vendored
@@ -32,6 +32,9 @@ jobs:
|
|||||||
id: install
|
id: install
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Build @actions/attest
|
||||||
|
run: npm run build --workspace packages/attest
|
||||||
|
|
||||||
- name: Lint Codebase
|
- name: Lint Codebase
|
||||||
id: super-linter
|
id: super-linter
|
||||||
uses: super-linter/super-linter/slim@v5
|
uses: super-linter/super-linter/slim@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user