mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-14 11:22:22 +00:00
update ci
This commit is contained in:
parent
39adacfb07
commit
9a05ed248a
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user